Abstract base class for bar representations. More...
#include <MeshViz/graph/PoBar.h>
Public Types | |
enum | Orientation { HORIZONTAL, VERTICAL } |
Public Member Functions | |
virtual SoType | getTypeId () const |
virtual const SoNodekitCatalog * | getNodekitCatalog () const |
Static Public Member Functions | |
static SoType | getClassTypeId () |
static const SoNodekitCatalog * | getClassNodekitCatalog () |
Public Attributes | |
SoSFEnum | orientation |
SoSFFloat | threshold |
This is the abstract base class for building bars on 1D mesh (PoIrregularMesh1D or PoRegularMesh1D). The orientation of the bars can be horizontal or vertical. The abscissas (ordinates if HORIZONTAL orientation) of the bars are given by the geometry of the current mesh 1D, and the height (width if HORIZONTAL orientation) are given by one of the value-set of the current mesh 1D specified by the field yValuesIndex. A threshold defines the origin of the bars. This value is either an ordinate (VERTICAL orientation) or an abscissas (HORIZONTAL orientation). This class also takes into account of the current mesh 1D hints (PoMesh1DHints) and the current mesh 1D filter (PoMesh1DFilter) to filter the geometry of the current mesh 1D .
The interpretation of colorBinding is the following :
enum PoBar::Orientation |
static const SoNodekitCatalog* PoBar::getClassNodekitCatalog | ( | ) | [static] |
Returns the SoNodekitCatalog for this class.
Reimplemented from PoChart.
Reimplemented in PoConicBar, PoCylindricalBar, PoGeneralizedBar, PoLinearBar, and PoProfileBar.
static SoType PoBar::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from PoChart.
Reimplemented in PoConicBar, PoCylindricalBar, PoGeneralizedBar, PoLinearBar, and PoProfileBar.
virtual const SoNodekitCatalog* PoBar::getNodekitCatalog | ( | ) | const [virtual] |
Returns the SoNodekitCatalog for this instance.
Reimplemented from PoChart.
Reimplemented in PoConicBar, PoCylindricalBar, PoGeneralizedBar, PoLinearBar, and PoProfileBar.
virtual SoType PoBar::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from PoChart.
Reimplemented in PoConicBar, PoCylindricalBar, PoGeneralizedBar, PoLinearBar, and PoProfileBar.
Defines the orientation of the bars.
Defines the threshold of the origin of the bars.
This value is either an ordinate (VERTICAL orientation) or an abscissas (HORIZONTAL orientation).