SoGeometryPriority Class Reference
[Nodes]

Large Data Management Priority property of a rendering node. More...

#include <LDM/nodes/SoGeometryPriority.h>

Inheritance diagram for SoGeometryPriority:
SoNode SoFieldContainer SoBase SoRefCounter SoTypedObject

List of all members.

Public Member Functions

virtual SoType getTypeId () const
 SoGeometryPriority ()
 SoGeometryPriority (float)

Static Public Member Functions

static SoType getClassTypeId ()

Public Attributes

SoSFFloat priority

Detailed Description

Large Data Management Priority property of a rendering node.

This node allows you to assign a priority to an LDM rendering node (e.g., SoOrthoslice, SoMeshSkin). Each rendering node inserted after this node will have the priority specified in the priority field. The priority must be between 0 and 1 inclusive. By default, VolumeViz assigns the same priority depending on the type of node: (0.5 for SoVolumeRender nodes, 0.9 for all other geometry nodes).

The SoGeometryPriority node lets you assign higher priority to specific geometry nodes. For example to prioritize the loading of tiles around a Z axis ortho slice against an X axis ortho slice.

Higher resolution tiles for higher priority geometry are loaded before higher resolution tiles for lower priority geometry.

FILE FORMAT/DEFAULT

ACTION BEHAVIOR

SEE ALSO

SoDataSet


Constructor & Destructor Documentation

SoGeometryPriority::SoGeometryPriority (  ) 

Constructor.

SoGeometryPriority::SoGeometryPriority ( float   ) 

Constructor that automatically initializes the priority field to the specified value.


Member Function Documentation

static SoType SoGeometryPriority::getClassTypeId (  )  [static]

Returns the type identifier for this class.

Reimplemented from SoNode.

virtual SoType SoGeometryPriority::getTypeId (  )  const [virtual]

Returns the type identifier for this specific instance.

Reimplemented from SoNode.


Member Data Documentation

Geometry priority between 0 and 1 inclusive.


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/