Click or drag to resize
SoLDMTileVisitorNodeStatus Structure

Information structure for the tile to evaluate.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public struct NodeStatus

The SoLDMTileVisitorNodeStatus type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Properties
  NameDescription
Public propertyStatic memberDefault
Default constructor.
Public propertyM_inROI

Is the tile inside the ROI (if any).

Public propertyM_inSubVolume

Is the tile inside the subvolume (if any).

Public propertyM_visible

Is the tile visible.

Top
Remarks

This structure is returned to the SoLDMNodeFrontManager so it knows whether the tile is visible, in an ROI, or in a subvolume.

See Also