Node to define a period index filter. More...
#include <MeshViz/nodes/PoPeriodIndexFilter.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
PoPeriodIndexFilter () | |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Public Attributes | |
SoSFInt32 | period |
This node defines the current period index filter of all subsequent MeshViz representations inhering from PoChart. One point every index period is selected from the geometry of the current mesh 1D (PoRegularMesh1D or PoIrregularMesh1D) by all subsequent representations. For instance, if geometry of the current mesh 1D is 0 0.5 4 6 and the period is 2, only the points 0 and 4 will be used by the representations.
period | 1 |
PoPeriodIndexFilter::PoPeriodIndexFilter | ( | ) |
Constructor.
static SoType PoPeriodIndexFilter::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from PoMesh1DFilter.
virtual SoType PoPeriodIndexFilter::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from PoMesh1DFilter.
Defines the period used to filter the mesh 1D geometry.