Node to define a period filter. More...
#include <MeshViz/nodes/PoPeriodFilter.h>
Public Types | |
enum | Axis { X, Y } |
Public Member Functions | |
virtual SoType | getTypeId () const |
PoPeriodFilter () | |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Public Attributes | |
SoSFFloat | period |
SoSFEnum | axis |
This node defines the current period filter of all subsequent MeshViz representations inhering from PoChart. One point every period is selected from the geometry of the current mesh 1D (PoRegularMesh1D or PoIrregularMesh1D) by all subsequent representations. Nevertheless, if a PoMesh1DHints node with the field geomInterpretation different from AS_IS is found in the path to the representation, the filter is not applied to the mesh 1D geometry but to the computed points (these points are differently computed according to the field geomInterpretation of the class PoMesh1DHints).
period | 1 |
axis | X |
enum PoPeriodFilter::Axis |
PoPeriodFilter::PoPeriodFilter | ( | ) |
Constructor.
static SoType PoPeriodFilter::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from PoMesh1DFilter.
virtual SoType PoPeriodFilter::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from PoMesh1DFilter.
Defines the axis of the period.
Defines the period used to filter the mesh 1D geometry.