The File class provides functions to import and export XYZ, PTX, and PTS files.
More...
#include <hps.h>
|
| File () |
| Private default constructor to prevent instantiation. More...
|
|
The File class provides functions to import and export XYZ, PTX, and PTS files.
◆ File()
HPS::PointCloud::File::File |
( |
| ) |
|
|
private |
Private default constructor to prevent instantiation.
◆ Import()
Performs an asynchronous import of the specified XYZ, PTX, or PTS file with the provided options.
May throw an IOException prior to starting the asynchronous import.
- Parameters
-
in_file_name | Name of XYZ, PTX, or PTS file to import. |
in_options | Options controlling the import of the XYZ, PTX, or PTS file (e.g., segment to import into). |
- Returns
- An ImportNotfier object that can be used to query the import progress and status.
The documentation for this class was generated from the following file: