CFx SDK Documentation
2022 SP0
|
#include <RxRcsFileServices.h>
Public Member Functions | |
virtual | ~OdRcsVoxel () |
virtual OdRcsPointDataIteratorPtr | newPointDataIterator () const =0 |
virtual OdGeExtents3d | getBox1 () const =0 |
virtual OdUInt64 | getPointsQty () const =0 |
<group OdRcs_Classes> This class is an interface class for the voxel cube containing points.
Corresponding C++ library: RcsFileServices
Definition at line 85 of file RxRcsFileServices.h.
|
inlinevirtual |
Definition at line 88 of file RxRcsFileServices.h.
|
pure virtual |
Returns the extents of the voxel.
|
pure virtual |
Returns points number.
|
pure virtual |
Returns the pointer to the points data iterator.