Open Inventor group node traversing its subgraph a number of times.
More...
#include <SoMultiplePass.h>
|
| 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 void | initClass () |
| Initialize class with runtime type system.
|
|
|
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::SoMultiplePass |
( |
| ) |
|
◆ affectsState()
SbBool SoMultiplePass::affectsState |
( |
| ) |
const |
|
inlineoverride |
Overrides default method on SoNode to return FALSE since this node is effectively a separator.
Definition at line 47 of file SoMultiplePass.h.
◆ callback()
void SoMultiplePass::callback |
( |
SoCallbackAction * | action | ) |
|
|
override |
◆ doAction()
void SoMultiplePass::doAction |
( |
SoAction * | action | ) |
|
|
override |
◆ getBoundingBox()
void SoMultiplePass::getBoundingBox |
( |
SoGetBoundingBoxAction * | action | ) |
|
|
override |
◆ getMatrix()
void SoMultiplePass::getMatrix |
( |
SoGetMatrixAction * | action | ) |
|
|
override |
◆ GLRender()
void SoMultiplePass::GLRender |
( |
SoGLRenderAction * | action | ) |
|
|
override |
◆ handleEvent()
void SoMultiplePass::handleEvent |
( |
SoHandleEventAction * | action | ) |
|
|
override |
◆ initClass()
static void SoMultiplePass::initClass |
( |
| ) |
|
|
static |
Initialize class with runtime type system.
◆ pick()
void SoMultiplePass::pick |
( |
SoPickAction * | action | ) |
|
|
override |
◆ search()
void SoMultiplePass::search |
( |
SoSearchAction * | action | ) |
|
|
override |
◆ epsilon
SoSFFloat SoMultiplePass::epsilon |
Smallest value that keeps the node still iterating.
Definition at line 37 of file SoMultiplePass.h.
◆ numPasses
SoSFUInt32 SoMultiplePass::numPasses |
Number of times to traverse the subgraph below.
Definition at line 34 of file SoMultiplePass.h.
◆ value
SoSFFloat SoMultiplePass::value |
The documentation for this class was generated from the following file: