Abstract base class for global ScaleViz parameter setup. More...
#include <ScaleViz/nodes/SoScaleVizParameters.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
SoScaleVizParameters () | |
SoTileComposerParams * | getTileComposerParams () const |
SoDepthComposerParams * | getDepthComposerParams () const |
SoRemoteParams * | getRemoteParam () const |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Public Attributes | |
SoSFNode | tileComposerParams |
SoSFNode | depthComposerParams |
SoSFNode | remoteParams |
SoSFBool | displayOIRU |
SoSFBool | localCompositing |
SoScaleVizParameters class is the abstract base class for global ScaleViz parameter setup.
tileComposerParams | default SoTileComposerParams |
depthComposerParams | default SoDepthComposerParams |
remoteParams | default SoRemoteParams |
displayOIRU | FALSE |
localCompositing | FALSE |
SoScaleVizParameters::SoScaleVizParameters | ( | ) |
Constructor.
static SoType SoScaleVizParameters::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoNode.
SoDepthComposerParams* SoScaleVizParameters::getDepthComposerParams | ( | ) | const |
Returns the SoDepthComposerParams object.
SoRemoteParams* SoScaleVizParameters::getRemoteParam | ( | ) | const |
Returns the SoRemoteParams object.
SoTileComposerParams* SoScaleVizParameters::getTileComposerParams | ( | ) | const |
Returns the SoTileComposerParams object.
virtual SoType SoScaleVizParameters::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoNode.
Specifies an SoDepthComposerParams node.
If TRUE, OIRU rendering is displayed.
Default is FALSE.
If TRUE, enables local compositing.
Default is FALSE.
Specifies an SoRemoteParams node.
Specifies an SoTileComposerParams node.