|
cisst-saw
|
#include <msh2PointCloud.h>
Public Member Functions | |
| msh2PointCloud (vctDynamicVector< vct2 > &points) | |
| msh2PointCloud (vctDynamicVector< vct2 > &points, vctDynamicVector< vct2 > &pointOrientations) | |
| void | LoadPLY (const std::string &input_file) |
| void | SavePLY (const std::string &output_file) |
| int | WritePointCloudToFile (std::string &filePath) |
| int | ReadPointCloudFromFile (std::string &filePath) |
| int | AppendPointCloudFromFile (std::string &filePath) |
Static Public Member Functions | |
| static int | WritePointCloudToFile (vctDynamicVector< vct2 > &points, std::string &filePath) |
| static int | ReadPointCloudFromFile (vctDynamicVector< vct2 > &points, std::string &filePath) |
| static int | AppendPointCloudFromFile (vctDynamicVector< vct2 > &points, std::string &filePath) |
Public Attributes | |
| vctDynamicVector< vct2 > | points |
| vctDynamicVector< vct2 > | pointOrientations |
|
inline |
|
inline |
|
inline |
|
static |
| void msh2PointCloud::LoadPLY | ( | const std::string & | input_file | ) |
|
inline |
|
static |
| void msh2PointCloud::SavePLY | ( | const std::string & | output_file | ) |
|
inline |
|
static |
| vctDynamicVector<vct2> msh2PointCloud::pointOrientations |
| vctDynamicVector<vct2> msh2PointCloud::points |