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 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 memberGetMaxMainMemory

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

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 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 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 memberSetMaxMainMemory

Sets the maximum main (CPU) memory, in MB, to use for all VolumeViz data sets.

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.

Sets the low resolution when moving flag.

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 memberSetViewCulling(Boolean)
Calls SetViewCulling(state, true).
Public methodStatic memberSetViewCulling(Boolean, Boolean)

Sets the view culling flag.

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