CFx SDK Documentation 2024 SP0
|
#include <OdRcsVoxel.h>
Public Member Functions | |
virtual | ~OdRcsVoxel () |
virtual OdUInt32 | getTotalNumberOfPoints () const =0 |
virtual OdRcsPointDataIteratorPtr | getPointDataIterator () const =0 |
virtual OdGeExtents3d | getExtents () const =0 |
<group OdRcs_Classes>
This is an interface class for the voxel cube containing points.
Definition at line 46 of file OdRcsVoxel.h.
|
inlinevirtual |
Default destructor for objects of the OdRcsVoxel class.
Definition at line 53 of file OdRcsVoxel.h.
|
pure virtual |
Returns the extents of the voxel.
|
pure virtual |
Creates a new point data iterator.
|
pure virtual |
Gets the number of points within the currant voxel.