DGtal 2.0.0
Loading...
Searching...
No Matches
MyCallback Struct Reference
Inheritance diagram for MyCallback:
[legend]

Public Member Functions

void OnClick (const std::string &name, size_t index, const DisplayData< MyViewer::RealPoint > &data, void *polyscopeStructure)

Detailed Description

Member Function Documentation

◆ OnClick()

void MyCallback::OnClick ( const std::string & name,
size_t index,
const DisplayData< MyViewer::RealPoint > & data,
void * polyscopeStructure )
inline
Examples
io/viewers/viewer3D-10-interaction.cpp.

Definition at line 72 of file viewer3D-10-interaction.cpp.

76 {
77 std::cout << "Item name: " << name << std::endl;
78 }

References index().


The documentation for this struct was generated from the following file: