AngelCAD  1.5-00
Public Member Functions | List of all members
pointcloud Class Reference

pointcloud, contains pos3d@ cloud More...

#include <angelcad.h>

Public Member Functions

 pointcloud (array< pos3d@>@ points)
 
 pointcloud (string file, int skip_lines=0, int xtok=0, int ytok=1, int ztok=2, string delimiters=',;')
 
pos3dpoints_array () const
 
uint size () const
 

Detailed Description

pointcloud, contains pos3d@ cloud

Constructor & Destructor Documentation

◆ pointcloud() [1/2]

pointcloud::pointcloud ( array< pos3d@>@  points)
Parameters
pointsarray@

◆ pointcloud() [2/2]

pointcloud::pointcloud ( string  file,
int  skip_lines = 0,
int  xtok = 0,
int  ytok = 1,
int  ztok = 2,
string  delimiters = ',
;'   
)
Parameters
filestring
skip_linesint
xtokint
ytokint
ztokint
delimitersstring

Member Function Documentation

◆ points_array()

pos3d@ pointcloud::points_array ( ) const
Returns
array@

◆ size()

uint pointcloud::size ( ) const
Returns
uint

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