DGtal 2.1.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 ((void) index); ((void) data); ((void) polyscopeStructure);
78 std::cout << "Item name: " << name << std::endl;
79 }
unsigned int index(DGtal::uint32_t n, unsigned int b)
Definition testBits.cpp:44

References index().


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