|
cisst-saw
|
#include <msh3PointCloud.h>
Public Member Functions | |
| msh3PointCloud () | |
| msh3PointCloud (vctDynamicVector< vct3 > &points) | |
| msh3PointCloud (vctDynamicVector< vct3 > &points, vctDynamicVector< vct3 > &pointOrientations) | |
| msh3PointCloud (msh3Mesh &mesh) | |
| msh3PointCloud (msh3Mesh &mesh, double noisePerpPlaneSD) | |
| void | ResetPointCloud () |
| void | InitializeNoiseModel () |
| void | LoadPLY (const std::string &input_file) |
| void | SavePLY (const std::string &output_file) |
| void | SavePointCloudCov (std::string &file) |
| int | WritePointCloudToFile (std::string &filePath) |
| int | ReadPointCloudFromFile (std::string &filePath) |
| int | AppendPointCloudFromFile (std::string &filePath) |
Static Public Member Functions | |
| static int | WritePointCloudToFile (std::string &filePath, vctDynamicVector< vct3 > &points, vctDynamicVector< vct3 > &orientaitons) |
| static int | ReadPointCloudFromFile (std::string &filePath, vctDynamicVector< vct3 > &points, vctDynamicVector< vct3 > &orientaitons) |
| static int | AppendPointCloudFromFile (std::string &filePath, vctDynamicVector< vct3 > &points, vctDynamicVector< vct3 > &orientaitons) |
| static int | WritePointCloudToFile (std::string &filePath, vctDynamicVector< vct3 > &points) |
| static int | ReadPointCloudFromFile (std::string &filePath, vctDynamicVector< vct3 > &points) |
| static int | AppendPointCloudFromFile (std::string &filePath, vctDynamicVector< vct3 > &points) |
Public Attributes | |
| vctDynamicVector< vct3 > | points |
| vctDynamicVector< vct3 > | pointOrientations |
| vctDynamicVector< vct3x3 > | pointCov |
| vctDynamicVector< vct3 > | pointCovEig |
|
inline |
| msh3PointCloud::msh3PointCloud | ( | vctDynamicVector< vct3 > & | points | ) |
| msh3PointCloud::msh3PointCloud | ( | vctDynamicVector< vct3 > & | points, |
| vctDynamicVector< vct3 > & | pointOrientations ) |
| msh3PointCloud::msh3PointCloud | ( | msh3Mesh & | mesh | ) |
| msh3PointCloud::msh3PointCloud | ( | msh3Mesh & | mesh, |
| double | noisePerpPlaneSD ) |
| int msh3PointCloud::AppendPointCloudFromFile | ( | std::string & | filePath | ) |
|
static |
|
static |
| void msh3PointCloud::InitializeNoiseModel | ( | ) |
| void msh3PointCloud::LoadPLY | ( | const std::string & | input_file | ) |
| int msh3PointCloud::ReadPointCloudFromFile | ( | std::string & | filePath | ) |
|
static |
|
static |
| void msh3PointCloud::ResetPointCloud | ( | ) |
| void msh3PointCloud::SavePLY | ( | const std::string & | output_file | ) |
| void msh3PointCloud::SavePointCloudCov | ( | std::string & | file | ) |
| int msh3PointCloud::WritePointCloudToFile | ( | std::string & | filePath | ) |
|
static |
|
static |
| vctDynamicVector<vct3x3> msh3PointCloud::pointCov |
| vctDynamicVector<vct3> msh3PointCloud::pointCovEig |
| vctDynamicVector<vct3> msh3PointCloud::pointOrientations |
| vctDynamicVector<vct3> msh3PointCloud::points |