MeVisLab Toolbox Reference
mlPCLBaseObject.h File 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

 ml
 Main documentation file for ML users and developers.
 

Functions

 ml::ML_REFCOUNTED_PTR (PCLBaseObject)
 Declares the smart pointer PCLBaseObjectPtr from PCLBaseObject. More...
 

Detailed Description

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.

Author
"Wolf Spindler"
Date
2015-12-17

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.