API Search || Global Search

More...

Inheritance diagram for HPS.PointCloud.File:

Public Member Functions

virtual void Dispose ()
 
 File (HPS.PointCloud.File in_that)
 

Static Public Member Functions

static
HPS.PointCloud.ImportNotifier 
Import (string in_file_name, HPS.PointCloud.ImportOptionsKit in_options)
 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. More...
 

Protected Member Functions

virtual void deleteCptr ()
 

Protected Attributes

bool cMemOwn
 
HandleRef cptr
 

Detailed Description

The File class provides functions to import and export XYZ, PTX, and PTS files.

Member Function Documentation

static HPS.PointCloud.ImportNotifier HPS.PointCloud.File.Import ( string  in_file_name,
HPS.PointCloud.ImportOptionsKit  in_options 
)
inlinestatic

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_nameName of XYZ, PTX, or PTS file to import.
in_optionsOptions 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:
  • internals/hps_core/source/cs/HPS.PointCloud.cs