PoBar Class Reference
[Histogram]

MeshViz Abstract base class for bar representations. More...

#include <MeshViz/graph/PoBar.h>

Inheritance diagram for PoBar:
PoChart PoGraphMaster PoBase SoBaseKit SoNode SoGetView SoFieldContainer SoBase SoRefCounter SoTypedObject PoConicBar PoCylindricalBar PoGeneralizedBar PoLinearBar PoProfileBar

List of all members.

Public Types

enum  Orientation {
  HORIZONTAL,
  VERTICAL
}

Public Member Functions

virtual SoType getTypeId () const
virtual const SoNodekitCataloggetNodekitCatalog () const

Static Public Member Functions

static SoType getClassTypeId ()
static const SoNodekitCataloggetClassNodekitCatalog ()

Public Attributes

SoSFEnum orientation
SoSFFloat threshold

Detailed Description

MeshViz Abstract base class for bar representations.

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 :


Member Enumeration Documentation

Orientation of the bars.

Enumerator:
HORIZONTAL 
VERTICAL 

Member Function Documentation

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.


Member Data Documentation

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).


The documentation for this class was generated from the following file:

Open Inventor Toolkit reference manual, generated on 15 Mar 2023
Copyright © Thermo Fisher Scientific All rights reserved.
http://www.openinventor.com/