Click or drag to resize
SoLDMProximityVisitor Methods

The SoLDMProximityVisitor type exposes the following members.

Methods
  NameDescription
Public methodCombineParentWeight

This function combines the current tile weight with its parent.

(Inherited from SoLDMTileVisitor.)
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.

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

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

(Inherited from SoLDMTileVisitor.)
Public methodGetROIWeight

Assigns a weight based on distance to ROI.

(Inherited from SoLDMTileVisitor.)
Public methodGetScreenResCullWeight

Assigns a weight based on voxel size in pixel.

(Inherited from SoLDMTileVisitor.)
Public methodGetSurfaceGeomWeight

Assigns a weight based on distance to a surface geometry.

(Inherited from SoLDMTileVisitor.)
Public methodGetTileWeight

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

(Inherited from SoLDMTileVisitor.)
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.

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

TODO: doc with graph (default behavior graph)

(Inherited from SoLDMTileVisitor.)
Public methodReset

Reset notification (the data has changed).

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

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

(Inherited from SoLDMTileVisitor.)
Top
See Also