OdPointCloudScanDatabase.h
This is an interface class for the point cloud scan database.
Corresponding C++ library: RcsFileServices.
|
Name |
Description |
|
Default destructor for objects of the OdPointCloudScanDatabase class. |
|
Name |
Description |
|
Gets the amount of voxels in the database. | |
|
Gets the extents of the point cloud from the database. | |
|
Returns the maximum intensity of all scan points from the current scan database. | |
|
Returns the minimum intensity of all scan points from the current scan database. | |
|
Gets a flag indicating whether normalization is used for intensity values. | |
|
Returns the range image heigth. | |
|
Returns the range image width. | |
|
Gets the rotation vector from the database. Each of this vector's coordinates is a rotation angle around the corresponding axis. | |
|
Gets the scale vector from the database. | |
|
Gets the path to an .rcs file associated with the database. | |
|
Gets the scan ID string. | |
|
Returns the total number of points in all voxels. | |
|
Gets the extents of the point cloud and transforms it by the transformation matrix. | |
|
Forms the complete transformation matrix which integrates translation, rotation and scale. | |
|
Gets the translation vector from the database. | |
|
Creates a new voxel iterator and returns a shared pointer to it. | |
|
Gets the hasIntensity flag value from the database. | |
|
Gets the hasNormals flag value from the database. | |
|
Gets the hasRGB flag value from the database. | |
|
Indicates whether the file contains LIDAR data. |
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|