Click or drag to resize
SoLDMTileVisitor Methods

The SoLDMTileVisitor type exposes the following members.

Methods
  NameDescription
Public methodCombineParentWeight

This function combines the current tile weight with its parent.

Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetCullWeight

Assigns a weight based on distance to the center of the screen.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetMVPMatrixPtr

Returns the model view projection matrix to assign a weight based on the viewpoint.

Public methodGetROIWeight

Assigns a weight based on distance to ROI.

Public methodGetScreenResCullWeight

Assigns a weight based on voxel size in pixel.

Public methodGetSurfaceGeomWeight

Assigns a weight based on distance to a surface geometry.

Public methodGetTileWeight

Method in charge of evaluating the weight of the tile tileID according to the SoLDMGeometry node.

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

Assigns a weight based on distance to a data set geometry.

Public methodIsCulled(SbBox3f, Single)
Calls IsCulled(tileBox, distToScreenCenter, 7).
Public methodIsCulled(SbBox3f, Single, Int32)

TODO: doc with graph (default behavior graph)

Public methodReset

Reset notification (the data has changed).

(Overrides SoLDMLargeDataManagementReset.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValuationChangeNotify

Notify of a change of evaluator (change visitor type).

Top
See Also