PointCloud2BIM Library  1.0
Library to facilitate the transpormation of point clouds into digital BIM representation
Static Public Member Functions | List of all members
PTXWriter Class Reference

Static Public Member Functions

static void write (std::ofstream &file, std::vector< PointXYZ > &points)
 Writes given points in *.PTX file. More...
 
static void write (std::ofstream &file, std::vector< PointXYZNormal > &points)
 Writes given points in *.PTX file. More...
 

Member Function Documentation

static void PTXWriter::write ( std::ofstream &  file,
std::vector< PointXYZ > &  points 
)
inlinestatic

Writes given points in *.PTX file.

Parameters
fileFile where to write the output
pointsPoints to be writen
static void PTXWriter::write ( std::ofstream &  file,
std::vector< PointXYZNormal > &  points 
)
inlinestatic

Writes given points in *.PTX file.

Parameters
fileFile where to write the output
pointsPoints to be writen

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