Click or drag to resize
SoLDMGlobalResourceParameters Methods

The SoLDMGlobalResourceParameters type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberGetDefaultMaxMainMem

Returns the default maximum system (CPU) memory in MB.

Public methodStatic memberGetDefaultMaxTex2D Obsolete.

Returns the default maximum number of 2D textures.

Public methodStatic memberGetDefaultMaxTexMem

Returns the default maximum GPU memory in MB.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodStatic memberGetIgnoreFullyTransparentTiles

Returns the IgnoreFullyTransparentTiles flag.

Public methodStatic memberGetLoadNotificationRate

Returns the load notification rate.

Public methodStatic memberGetMax2DTexMemory

Get the maximum number of 2D textures allowed to be loaded.

Public methodStatic memberGetMax2DTextures Obsolete.

Get the maximum number of 2D textures allowed to be loaded.

Public methodStatic memberGetMaxMainMemory

Returns the maximum main memory in MB for all the VolumeViz data sets.

Public methodStatic memberGetMaxNumTriangles Obsolete.

Get the maximum number of triangles allowed to be rendered for all VolumeViz render nodes.

Public methodStatic memberGetMaxTexMemory

Returns the maximum texture memory in MB for all the VolumeViz data sets.

Public methodStatic memberGetMoveLowResolution Obsolete.

Returns the move low resolution flag.

Public methodStatic memberGetNumIO

Returns the current number of loading threads.

Public methodStatic memberGetScreenResolutionCulling

Returns the screen resolution culling state.

Public methodStatic memberGetSliceEqualResolution

Returns the slice equal resolution flag.

Public methodStatic memberGetTex2LoadRate

Returns the maximum number of 2D textures allowed to be loaded into texture memory per frame for all the VolumeViz data sets.

Public methodStatic memberGetTex3LoadRate

Returns the maximum number of tiles (3D textures) allowed to be downloaded into texture (GPU) memory per frame for all the VolumeViz data sets.

Public methodStatic memberGetTileCacheType Obsolete.

Returns the LDM tile cache setting.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGetViewCulling

Returns the view culling flag.

Public methodStatic memberGetViewpointRefinement

Returns the viewpoint refinement flag.

Public methodStatic memberGetVisualFeedbackParam

Returns the state of the specified visual feedback parameter.

Public methodStatic memberSetIgnoreFullyTransparentTiles

Sets the IgnoreFullyTransparentTiles flag.

Public methodStatic memberSetLDMLoadCB(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.
Public methodStatic memberSetLDMLoadCB(SoLDMGlobalResourceParametersLDMLoadUserDataCB, Object) Obsolete.
Public methodStatic memberSetLDMMonitoringCB(SoLDMGlobalResourceParametersLDMMonitoringCB, Int32) Obsolete.
Use SetMonitoringCB method instead.
Public methodStatic memberSetLDMMonitoringCB(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.
Public methodStatic memberSetLoadNotificationRate

Sets the load notification rate (number of tiles).

Public methodStatic memberSetMax2DTexMemory

Sets the maximum 2D texture GPU memory in MB allowed to be loaded for all VolumeViz data sets.

Public methodStatic memberSetMax2DTextures Obsolete.

Sets the maximum number of 2D textures allowed to be loaded for all VolumeViz data sets.

Public methodStatic memberSetMaxMainMemory
Public methodStatic memberSetMaxNumTriangles Obsolete.

Sets the maximum number of triangles allowed to be rendered for all VolumeViz render nodes.

Public methodStatic memberSetMaxTexMemory

Sets the maximum texture (GPU) memory, in MB, for all VolumeViz data sets.

Public methodStatic memberSetMonitoringCB

Sets a monitoring delegate.

Public methodStatic memberSetMoveLowResolution Obsolete.
Public methodStatic memberSetNumIO

Sets how many simultaneous tile loading threads to use if multi I/O mode is on (it is on when LDM mode is on).

Public methodStatic memberSetScreenResolutionCulling

Sets the screen resolution culling flag.

Public methodStatic memberSetSliceEqualResolution(Boolean)
Calls SetSliceEqualResolution(state, true).
Public methodStatic memberSetSliceEqualResolution(Boolean, Boolean)

Sets the slice equal resolution flag.

Public methodStatic memberSetTex2LoadRate

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.

Public methodStatic memberSetTex3LoadRate

Sets the maximum number of 3D textures allowed to be downloaded into texture (GPU) memory, per frame (render traversal), for all VolumeViz data sets.

Public methodStatic memberSetTileCacheType Obsolete.

Specifies how LDM will cache tiles in memory.

Public methodStatic memberSetViewCulling(Boolean)
Calls SetViewCulling(state, true).
Public methodStatic memberSetViewCulling(Boolean, Boolean)
Public methodStatic memberSetViewpointRefinement

Sets the viewpoint refinement flag.

Public methodStatic memberSetVisualFeedbackParam

Sets the specified visual feedback parameter to true or false.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also