Share

PointCloudFilter Methods

The PointCloudFilter type exposes the following members.

Methods

 NameDescription
Public methodClone Returns a copy of the filter. The engine is permitted to copy the filter multiple times e.g. to parallelize filtering.
Public methodDispose 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodPrepareForCell Informs the filter that a series of points within a given cell is about to be checked.
Public methodTestCell Checks whether a given cell, i.e. a box aligned with the XYZ axes, is inside, outside or on the border of the volume of interest.
Public methodTestPointChecks if a point is inside the volume of interest.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)

See Also

Reference

Was this information helpful?