|
MeVisLab Toolbox Reference
|
Basic types used in the MeVislab binding of the Point Cloud Library(PCL). More...
#include "MLPCLSupportSystem.h"#include <mlRefCountedBase.h>#include <PCLThirdPartyWarningsDisable.h>#include <pcl/point_types.h>#include <pcl/point_cloud.h>#include <pcl/PolygonMesh.h>#include <pcl/PointIndices.h>#include <PCLThirdPartyWarningsRestore.h>Go to the source code of this file.
Namespaces | |
| namespace | ml |
| Defines the class GetTileJob. | |
Typedefs | |
| typedef std::vector< pcl::PointIndices > | ml::MLPCLPointIndexVector |
| Vector of point indexes which are generated by a number of algorithms. | |
The point cloud types supported the PLC MeVislab binding and their corresponding shared pointer types. | |
| typedef pcl::PointCloud< pcl::PointXYZ > | ml::MLPointCloudXYZ |
| The basic point cloud type used in the PCL MeVisLab binding. | |
| typedef pcl::PointCloud< pcl::PointXYZ >::Ptr | ml::MLPointCloudXYZPtr |
| The basic pointer type of a point cloud type used in the PCL MeVisLab binding. | |
| typedef pcl::PointCloud< pcl::PointXYZLNormal > | ml::MLPointCloudXYZLNormal |
| The basic point cloud type used in the PCL MeVisLab binding. | |
| typedef pcl::PointCloud< pcl::PointXYZLNormal >::Ptr | ml::MLPointCloudXYZLNormalPtr |
| The basic pointer type of a point cloud type used in the PCL MeVisLab binding. | |
| typedef pcl::PointCloud< pcl::PointXYZRGBNormal > | ml::MLPointCloudXYZRGBNormal |
| The basic point cloud type used in the PCL MeVisLab binding. | |
| typedef pcl::PointCloud< pcl::PointXYZRGBNormal >::Ptr | ml::MLPointCloudXYZRGBNormalPtr |
| The basic pointer type of a point cloud type used in the PCL MeVisLab binding. | |
| typedef pcl::PointCloud< pcl::PointXYZINormal > | ml::MLPointCloudXYZINormal |
| The basic point cloud type used in the PCL MeVisLab binding. | |
| typedef pcl::PointCloud< pcl::PointXYZINormal >::Ptr | ml::MLPointCloudXYZINormalPtr |
| The basic pointer type of a point cloud type used in the PCL MeVisLab binding. | |
| typedef pcl::PolygonMesh | ml::MLPolygonMesh |
| The basic polygon type of a pcl::PolygonMesh used in the PCL MeVisLab binding. | |
| typedef pcl::PolygonMesh::Ptr | ml::MLPolygonMeshPtr |
| The basic pointer type of a pcl::PolygonMesh in the PCL MeVisLab binding. | |
Variables | |
| MLPCLSUPPORT_EXPORT const char *const | ml::MLPCLPointTypeNames [ML_PCL_NUMBER_OF_POINT_TYPES] |
| String names for the precompiled point types of the Point Cloud Library. | |
| MLPCLSUPPORT_EXPORT const char *const | ml::MLPCLObjectTypeNames [ML_PCL_NUMBER_OF_OBJECT_TYPES] |
| String names for the precompiled point types of the Point Cloud Library. | |
Basic types used in the MeVislab binding of the Point Cloud Library(PCL).
Basic types used in the MeVislab binding of the Point Cloud Library(PCL).
Definition in file mlPCLTypes.h.