SoVolumeRendering Class |
Initializes the VolumeViz module database.
Namespace: OIV.VolumeViz.Nodes
The SoVolumeRendering type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetDelayedRendering | Obsolete. Returns the delayedRendering flag. | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetReadAlternateRep | Returns the readAlternateRep flag. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetWriteAlternateRep | Returns the writeAlternateRep flag. | |
IsSupported | Returns information about hardware support for various volume rendering features. | |
SetDelayedRendering | Obsolete. Sets the delayedRendering flag. | |
SetReadAlternateRep | Sets the readAlternateRep flag. | |
SetWriteAlternateRep | Sets the writeAlternateRep flag. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
This abstract class is the base class for all volume rendering modules. It is used only for initializing the VolumeViz extension and setting some global parameters.
Limitations:
Multi-thread rendering: Unlike most Open Inventor nodes, VolumeViz nodes do not support simultaneous rendering in multiple threads (even when Open Inventor is initialized using one of the initThread() methods).