API Reference > OdRx Classes > OdPointCloudProjectDatabase Class
OdPointCloudProjectDatabase Class
OdPointCloudProjectDatabase
Syntax
C++
class OdPointCloudProjectDatabase;

OdPointCloudProjectDatabase.h

This is an interface class for the point cloud project database.

Corresponding C++ library: RcsFileServices.

 
Name 
Description 
 
Default destructor for objects of the OdPointCloudProjectDatabase class. 
 
Name 
Description 
 
Gets the list of paths for all .rcs files associated with the .rcp file.
 
 
Gets the list of relative paths for all .rcs files associated with the .rcp file.
 
 
Gets the coordinate system name. 
 
Gets the full extents of the point cloud project. 
 
Gets the global transformation matrix. 
 
Gets the path to an .rcp file associated with the database. 
 
Gets the path to an .rcs file specified by a guid.
 
 
Gets the relative path to an .rcs file specified by a guid.
 
 
Creates a new point cloud scan iterator and returns a shared pointer to it. 
 
Gets the scan transformation matrix.
 
 
Gets the total number of points for the point cloud project. 
 
Gets the total regions count. 
 
Gets the total scans count. 
 
Indicates whether the associated .rcs files contain intensity. 
 
Indicates whether the associated .rcs files contain normals. 
 
Indicates whether the associated .rcs files contain colors. 
 
Writes all point cloud project XML data to a specified stream.
 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.