The Cog3DPointCloudMeshRoot type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clone |
Returns a deep copy of this class instance. Derived classes that
implement Clone should override this method. Other clients
who wish to clone this instance should call ICloneable::Clone.
| |
| CopyNormalAndValidityTo |
Copy the normal attribute data (X, Y, Z coordinates and
normal validity values) to the supplied, previously allocated
array of Cog3DPointCloudAttribute3F. Writing starts at the
specified element of the destination array.
| |
| CopyNormalTo( Single , Int32) |
Copy the normal X, Y, Z coordinates to the supplied,
previously allocated array of float.
| |
| CopyNormalTo( Cog3DVect3F , Int32) |
Copy the normal X, Y, Z coordinates to the supplied,
previously allocated array of Cog3DVect3F. Writing
starts at the specified element of the destination array.
| |
| CopyNormalValidityTo |
Copy the normal validity values to the supplied,
previously allocated array of byte.
| |
| CopyPositionAndValidityTo |
Copy the position attribute data (X, Y, Z coordinates and
position validity values) to the supplied, previously allocated
array of Cog3DPointCloudAttribute3F. Writing starts at the
specified element of the destination array.
| |
| CopyPositionTo( Single , Int32) |
Copy the position X, Y, Z coordinates to the supplied,
previously allocated array of float.
| |
| CopyPositionTo( Cog3DVect3F , Int32) |
Copy the position X, Y, Z coordinates to the supplied,
previously allocated array of Cog3DVect3F. Writing
starts at the specified element of the destination array.
| |
| CopyPositionValidityTo |
Copy the position validity values to the supplied,
previously allocated array of byte.
| |
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) | |
| Dispose |
Destruct this
Cog3DPointCloudMeshRoot.
| |
| Dispose(Boolean) | ||
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetAttributes |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetClassName |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetComponentName |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetConverter |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetDefaultEvent |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetDefaultProperty |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetEditor |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetEvents |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetEvents( Attribute ) |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetGreyImage |
Get the greyscale image associated with
this root.
| |
| GetGreyMask |
Get the greyscale mask associated with
the greyscale image associated with this
root.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetInternal |
For Cognex internal use only.
| |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| GetObjectData | (Overrides CogSerializableObjectBase GetObjectData(SerializationInfo, StreamingContext).) | |
| GetProperties |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetProperties( Attribute ) |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetPropertyOwner |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
See Also