#include <DGtal/io/DrawWithDisplay3DModifier.h>
This structure is used to pass callback functions to the viewer. These callback functions are called when specific graphical objects are selected by the user (
- See also
- SetName3D).
- Examples
- geometry/volumes/fullConvexityShortestPaths3D.cpp, and io/viewers/viewer3D-10-interaction.cpp.
Definition at line 257 of file DrawWithDisplay3DModifier.h.
◆ CallbackFct
typedef int(* DGtal::SetSelectCallback3D::CallbackFct) (void *viewer, DGtal::int32_t name, void *data) |
The prototype for a callback function. It is called with a pointer to the viewer, the "OpenGL name" of the selected graphical element and a pointer toward the data that was given at construction of SetSelectCallback3D.
Definition at line 262 of file DrawWithDisplay3DModifier.h.
◆ SetSelectCallback3D()
◆ className()
std::string DGtal::SetSelectCallback3D::className |
( |
| ) |
const |
|
inline |
◆ myData
void* DGtal::SetSelectCallback3D::myData |
◆ myFct
◆ myMax
◆ myMin
The documentation for this struct was generated from the following file: