SoLDMGlobalResourceParameters Methods |
The SoLDMGlobalResourceParameters type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() ![]() | GetDefaultMaxMainMem | Returns the default maximum system (CPU) memory in MB. |
![]() ![]() | GetDefaultMaxTex2D | Obsolete. Returns the default maximum number of 2D textures. |
![]() ![]() | GetDefaultMaxTexMem | Returns the default maximum GPU memory in MB. |
![]() | GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) |
![]() ![]() | GetIgnoreFullyTransparentTiles | Returns the IgnoreFullyTransparentTiles flag. |
![]() ![]() | GetLoadNotificationRate | Returns the load notification rate. |
![]() ![]() | GetMax2DTexMemory | Get the maximum number of 2D textures allowed to be loaded. |
![]() ![]() | GetMax2DTextures | Obsolete. Get the maximum number of 2D textures allowed to be loaded. |
![]() ![]() | GetMaxMainMemory | Returns the maximum main memory in MB for all the VolumeViz data sets. |
![]() ![]() | GetMaxNumTriangles | Obsolete. Get the maximum number of triangles allowed to be rendered for all VolumeViz render nodes. |
![]() ![]() | GetMaxTexMemory | Returns the maximum texture memory in MB for all the VolumeViz data sets. |
![]() ![]() | GetMoveLowResolution | Obsolete. Returns the move low resolution flag. |
![]() ![]() | GetNumIO | Returns the current number of loading threads. |
![]() ![]() | GetScreenResolutionCulling | Returns the screen resolution culling state. |
![]() ![]() | GetSliceEqualResolution | Returns the slice equal resolution flag. |
![]() ![]() | GetTex2LoadRate | Returns the maximum number of 2D textures allowed to be loaded into texture memory per frame for all the VolumeViz data sets. |
![]() ![]() | GetTex3LoadRate | Returns the maximum number of tiles (3D textures) allowed to be downloaded into texture (GPU) memory per frame for all the VolumeViz data sets. |
![]() ![]() | GetTileCacheType | Obsolete. Returns the LDM tile cache setting. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | GetViewCulling | Returns the view culling flag. |
![]() ![]() | GetViewpointRefinement | Returns the viewpoint refinement flag. |
![]() ![]() | GetVisualFeedbackParam | Returns the state of the specified visual feedback parameter. |
![]() ![]() | SetIgnoreFullyTransparentTiles | Sets the IgnoreFullyTransparentTiles flag. |
![]() ![]() | SetLDMLoadCB(SoLDMGlobalResourceParametersLDMLoadCB) | Obsolete.
Use LoadCallback property instead.
Sets a delegate to be invoked with the loading state.
The delegate is invoked with true when the process starts loading, and with false
when loading is complete.
NOTE: This feature is available with VolumeVizLDM only.
|
![]() ![]() | SetLDMLoadCB(SoLDMGlobalResourceParametersLDMLoadUserDataCB, Object) | Obsolete. |
![]() ![]() | SetLDMMonitoringCB(SoLDMGlobalResourceParametersLDMMonitoringCB, Int32) | Obsolete.
Use SetMonitoringCB method instead.
|
![]() ![]() | SetLDMMonitoringCB(SoLDMGlobalResourceParametersLDMMonitoringUserDataCB, Int32, Object) | Obsolete.
Sets a monitoring delegate. This delegate provides a snapshot of the data loading
performance. The delegate will be invoked each time memAmount MB of data is loaded.
The delegate is called with the amount of data and the amount of time required to load that data.
NOTE: This feature is available with VolumeVizLDM only.
|
![]() ![]() | SetLoadNotificationRate | Sets the load notification rate (number of tiles). |
![]() ![]() | SetMax2DTexMemory | Sets the maximum 2D texture GPU memory in MB allowed to be loaded for all VolumeViz data sets. |
![]() ![]() | SetMax2DTextures | Obsolete. Sets the maximum number of 2D textures allowed to be loaded for all VolumeViz data sets. |
![]() ![]() | SetMaxMainMemory | |
![]() ![]() | SetMaxNumTriangles | Obsolete. Sets the maximum number of triangles allowed to be rendered for all VolumeViz render nodes. |
![]() ![]() | SetMaxTexMemory | Sets the maximum texture (GPU) memory, in MB, for all VolumeViz data sets. |
![]() ![]() | SetMonitoringCB | Sets a monitoring delegate. |
![]() ![]() | SetMoveLowResolution | Obsolete. |
![]() ![]() | SetNumIO | Sets how many simultaneous tile loading threads to use if multi I/O mode is on (it is on when LDM mode is on). |
![]() ![]() | SetScreenResolutionCulling | Sets the screen resolution culling flag. |
![]() ![]() | SetSliceEqualResolution(Boolean) | Calls SetSliceEqualResolution(state, true). |
![]() ![]() | SetSliceEqualResolution(Boolean, Boolean) | Sets the slice equal resolution flag. |
![]() ![]() | SetTex2LoadRate | Sets the maximum number of 2D textures allowed to be downloaded into texture (GPU) memory per frame (render traversal) for all the VolumeViz data sets. |
![]() ![]() | SetTex3LoadRate | Sets the maximum number of 3D textures allowed to be downloaded into texture (GPU) memory, per frame (render traversal), for all VolumeViz data sets. |
![]() ![]() | SetTileCacheType | Obsolete. Specifies how LDM will cache tiles in memory. |
![]() ![]() | SetViewCulling(Boolean) | Calls SetViewCulling(state, true). |
![]() ![]() | SetViewCulling(Boolean, Boolean) | |
![]() ![]() | SetViewpointRefinement | Sets the viewpoint refinement flag. |
![]() ![]() | SetVisualFeedbackParam | Sets the specified visual feedback parameter to true or false. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |