![]() |
OpenWalnut
1.5.0dev
|
Adapter object for realizing callbacks of the node representing the isosurface in the osg. More...
#include <WMSplineSurface.h>
Inheritance diagram for SplineSurfaceNodeCallback:
Collaboration diagram for SplineSurfaceNodeCallback:Public Member Functions | |
| SplineSurfaceNodeCallback (WMSplineSurface *module) | |
| Constructor of the callback adapter. More... | |
| virtual void | operator() (osg::Node *node, osg::NodeVisitor *nv) |
| Function that is called by the osg and that call the function in the module. More... | |
Private Attributes | |
| WMSplineSurface * | m_module |
| Pointer to the module to which the function that is called belongs to. More... | |
Adapter object for realizing callbacks of the node representing the isosurface in the osg.
Definition at line 150 of file WMSplineSurface.h.
|
inlineexplicit |
Constructor of the callback adapter.
| module | A function of this module will be called |
Definition at line 170 of file WMSplineSurface.h.
|
inlinevirtual |
Function that is called by the osg and that call the function in the module.
| node | The node we are called. |
| nv | the visitor calling us. |
Definition at line 175 of file WMSplineSurface.h.
References m_module, and WMSplineSurface::updateGraphics().
Here is the call graph for this function:
|
private |
Pointer to the module to which the function that is called belongs to.
Definition at line 167 of file WMSplineSurface.h.
Referenced by operator()().