The Cog3DRangeImageCrossSectionProfile type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ChangedEventSuspended |
If nonzero, indicates that the raising of the Changed event has been
suspended. This value is incremented when SuspendChangedEvent is called
and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.) | |
| CoordinateSpaceTree |
Gets or sets the CoordinateSpaceTree.
| |
| CoordinateSpaceTree3D |
Gets or sets the CoordinateSpaceTree3D.
| |
| CuttingPlane |
Returns the cutting plane.
The cutting plane lies parallel to the image z-axis of the range image
at the centerline of the region.
| |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| PixelFromRootTransform |
Gets the PixelFromRootTransform. The transform is computed from PixelFromRootTransform3D.
Returns null if PixelFromRootTransform3D is null.
| |
| PixelFromRootTransform3D |
Gets or sets the PixelFromRootTransform3D.
| |
| ProfileRoot |
Gets the ProfileRoot. The ProfileRoot object contains
the profile height data and the weights.
| |
| ProfileSelectedSpaceName |
Gets or sets the ProfileSelectedSpaceName
| |
| ProfileSpaceTree |
Gets or sets the ProfileSpaceTree.
| |
| ProjectionHeight |
Gets the ProjectionHeight.
| |
| SelectedSpaceName |
Gets or sets the SelectedSpaceName.
| |
| SelectedSpaceName3D |
Gets or sets the SelectedSpaceName3D.
| |
| StateFlags |
Returns the complete set of state flags supported on this object. The
flags may be indexed by name as shown in the following C# code snippet:
if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.) |
See Also