Cog3DPointCloudMesh PositionAccessor ClassCognex VisionPro 9.8
This class provides both ordered and random access to the position attributes in this point cloud.
Inheritance Hierarchy

System Object
  Cognex.VisionPro3D Cog3DPointCloudMesh Accessor3F
    Cognex.VisionPro3D Cog3DPointCloudMesh PositionAccessor

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 75.1.0.0
Syntax

public class PositionAccessor : Cog3DPointCloudMesh Accessor3F

The Cog3DPointCloudMesh PositionAccessor type exposes the following members.

Constructors

  NameDescription
Public methodCog3DPointCloudMesh PositionAccessor
Top
Methods

  NameDescription
Public methodDispose 
Destruct this accessor.
(Inherited from Cog3DPointCloudMesh Accessor3F.)
Protected methodDispose(Boolean) (Inherited from Cog3DPointCloudMesh Accessor3F.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize (Inherited from Cog3DPointCloudMesh Accessor3F.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMoveNext
Advance this accessor to the next element of the point cloud, spanning all roots in order.
(Inherited from Cog3DPointCloudMesh Accessor3F.)
Public methodReset
Set this accessor to the initial position, which is before the first element in the point cloud.
(Inherited from Cog3DPointCloudMesh Accessor3F.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyCurrent
The attribute in the point cloud at the current position of the accessor.
(Inherited from Cog3DPointCloudMesh Accessor3F.)
Public propertyItem (Inherited from Cog3DPointCloudMesh Accessor3F.)
Public propertyNumPoints
The total number of points in this point cloud.
(Inherited from Cog3DPointCloudMesh Accessor3F.)
Top
Remarks

An instance of this class is returned by the GetPositionEnumerator method.
See Also