MeVisLab Toolbox Reference
|
Base object containing pointers (as MLPCLObjectPtrsContainer) to objects from the Point Cloud Library (PCL) as well as a vector of PointIndices and to pass point clouds and result indexes from one module to another. More...
#include "MLPCLSupportSystem.h"
#include <mlModuleIncludes.h>
#include <mlPCLObjectPtrsContainer.h>
#include <PCLThirdPartyWarningsDisable.h>
#include <pcl/pcl_base.h>
#include <pcl/PointIndices.h>
#include <PCLThirdPartyWarningsRestore.h>
Go to the source code of this file.
Classes | |
class | ml::PCLBaseObject |
Base object containing pointers (as MLPCLObjectPtrsContainer) to objects from the Point Cloud Library (PCL) as well as a vector of PointIndices and to pass point clouds and result indexes from one module to another. More... | |
Namespaces | |
namespace | ml |
Main documentation file for ML users and developers. | |
Functions | |
ml::ML_REFCOUNTED_PTR (PCLBaseObject) | |
Declares the smart pointer PCLBaseObjectPtr from PCLBaseObject. | |
Base object containing pointers (as MLPCLObjectPtrsContainer) to objects from the Point Cloud Library (PCL) as well as a vector of PointIndices and to pass point clouds and result indexes from one module to another.
Base object containing pointers (as MLPCLObjectPtrsContainer) to objects from the Point Cloud Library (PCL) as well as a vector of PointIndices and to pass point clouds and result indexes from one module to another.
Definition in file mlPCLBaseObject.h.