MeVisLab Toolbox Reference
|
Open Inventor group node traversing its subgraph a number of times. More...
#include <SoMultiplePass.h>
Public Member Functions | |
SoMultiplePass () | |
Constructor. | |
SbBool | affectsState () const override |
Overrides default method on SoNode to return FALSE since this node is effectively a separator. | |
void | doAction (SoAction *action) override |
Implement actions. | |
void | callback (SoCallbackAction *action) override |
void | GLRender (SoGLRenderAction *action) override |
void | pick (SoPickAction *action) override |
void | getBoundingBox (SoGetBoundingBoxAction *action) override |
void | handleEvent (SoHandleEventAction *action) override |
void | getMatrix (SoGetMatrixAction *action) override |
void | search (SoSearchAction *action) override |
Static Public Member Functions | |
static void | initClass () |
Initialize class with runtime type system. | |
Public Attributes | |
SoSFUInt32 | numPasses |
Number of times to traverse the subgraph below. | |
SoSFFloat | epsilon |
Smallest value that keeps the node still iterating. | |
SoSFFloat | value |
Value to compare against 'epsilon'. | |
Open Inventor group node traversing its subgraph a number of times.
Open Inventor group node traversing its subgraph a number of times.
Definition at line 25 of file SoMultiplePass.h.
SoMultiplePass::SoMultiplePass | ( | ) |
Constructor.
|
inlineoverride |
Overrides default method on SoNode to return FALSE since this node is effectively a separator.
Definition at line 47 of file SoMultiplePass.h.
References mlrange_cast().
|
override |
|
override |
|
override |
|
override |
|
override |
|
override |
|
override |
SoSFFloat SoMultiplePass::epsilon |
Smallest value that keeps the node still iterating.
Definition at line 37 of file SoMultiplePass.h.
SoSFUInt32 SoMultiplePass::numPasses |
Number of times to traverse the subgraph below.
Definition at line 34 of file SoMultiplePass.h.
SoSFFloat SoMultiplePass::value |
Value to compare against 'epsilon'.
Definition at line 40 of file SoMultiplePass.h.