CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
OdRcsVoxel Class Referenceabstract

#include <OdRcsVoxel.h>

Public Member Functions

virtual ~OdRcsVoxel ()
 
virtual OdUInt32 getTotalNumberOfPoints () const =0
 
virtual OdRcsPointDataIteratorPtr getPointDataIterator () const =0
 
virtual OdGeExtents3d getExtents () const =0
 

Detailed Description

<group OdRcs_Classes>

This is an interface class for the voxel cube containing points.

Remarks
Corresponding C++ library: RcsFileServices.

Definition at line 46 of file OdRcsVoxel.h.

Constructor & Destructor Documentation

◆ ~OdRcsVoxel()

virtual OdRcsVoxel::~OdRcsVoxel ( )
inlinevirtual

Default destructor for objects of the OdRcsVoxel class.

Definition at line 53 of file OdRcsVoxel.h.

Member Function Documentation

◆ getExtents()

virtual OdGeExtents3d OdRcsVoxel::getExtents ( ) const
pure virtual

Returns the extents of the voxel.

Returns
The extents of the voxel.

◆ getPointDataIterator()

virtual OdRcsPointDataIteratorPtr OdRcsVoxel::getPointDataIterator ( ) const
pure virtual

Creates a new point data iterator.

Returns
The shared pointer to the object of the OdRcsPointDataIterator class.

◆ getTotalNumberOfPoints()

virtual OdUInt32 OdRcsVoxel::getTotalNumberOfPoints ( ) const
pure virtual

Gets the number of points within the currant voxel.

Returns
Number of points.

The documentation for this class was generated from the following file: