18#include <pcl/sample_consensus/sac_model.h>
43 pcl::SampleConsensusModel<pcl::PointXYZ>::Ptr
createModelT(pcl::PointCloud<pcl::PointXYZ>::Ptr &
cloudPtr, std::string &
msg);
44 pcl::SampleConsensusModel<pcl::PointXYZLNormal>::Ptr
createModelT(pcl::PointCloud<pcl::PointXYZLNormal>::Ptr &
cloudPtr, std::string &
msg);
45 pcl::SampleConsensusModel<pcl::PointXYZRGBNormal>::Ptr
createModelT(pcl::PointCloud<pcl::PointXYZRGBNormal>::Ptr &
cloudPtr, std::string &
msg);
46 pcl::SampleConsensusModel<pcl::PointXYZINormal>::Ptr
createModelT(pcl::PointCloud<pcl::PointXYZINormal>::Ptr &
cloudPtr, std::string &
msg);
66 template <
typename POINT_CLOUD_TYPE_PTR>
67 typename pcl::SampleConsensusModel<typename POINT_CLOUD_TYPE_PTR::element_type::PointType>::Ptr
76 template <
typename POINT_CLOUD_TYPE_PTR>
77 typename pcl::SampleConsensusModel<typename POINT_CLOUD_TYPE_PTR::element_type::PointType>::Ptr
85 template <
typename POINT_CLOUD_TYPE_PTR>
86 typename pcl::SampleConsensusModel<typename POINT_CLOUD_TYPE_PTR::element_type::PointType>::Ptr
115#ifdef _COMPILE_SAC_MODEL_PCL_SAMPLE_OUTPUT
121 template <
typename POINT_CLOUD_PTR_TYPE>
Project global and OS specific declarations.
#define MLPCL_SampleConsensus_EXPORT
If included by external modules, exported symbols are declared as import symbols.
Disables warnings from PCL headers which otherwise cannot be avoided.
Restores disabled warnings from PCL headers which otherwise cannot be avoided.
Field to encapsulate a pointer to an ML base object.
Field to encapsulate a double value.
Field to encapsulate an enumerated value.
Base class for all fields used in the ML.
Field to encapsulate a float value.
Field to encapsulate an integer value.
Field without value for notifications.
ML Module base class for algorithms from the Point Cloud Library (PCL).
ML Module class wrapping the pcl::SampleConsensusModel model classes of the PCL.
pcl::SampleConsensusModel< pcl::PointXYZ >::Ptr createModelT(pcl::PointCloud< pcl::PointXYZ >::Ptr &cloudPtr, std::string &msg)
Public function for all compiled point types to return a newly created model of the selected model ty...
pcl::SampleConsensusModel< pcl::PointXYZINormal >::Ptr createModelT(pcl::PointCloud< pcl::PointXYZINormal >::Ptr &cloudPtr, std::string &msg)
bool needsNormalsInPoints() const
Returns true if the currently selected model type needs normals in points, otherwise false.
void activateAttachments() override
Updates internal state after changes of fields without field notifications.
PCLSampleConsensusModels()
Initializes an ML module wrapping a pcl::SampleConsensusModel classes.
pcl::SampleConsensusModel< pcl::PointXYZRGBNormal >::Ptr createModelT(pcl::PointCloud< pcl::PointXYZRGBNormal >::Ptr &cloudPtr, std::string &msg)
pcl::SampleConsensusModel< pcl::PointXYZLNormal >::Ptr createModelT(pcl::PointCloud< pcl::PointXYZLNormal >::Ptr &cloudPtr, std::string &msg)
void handleNotification(Field *field) override
Handles field changes of the field field.
Field to encapsulate a vector of 3 double values.
#define ML_MODULE_CLASS_HEADER(className)
Like ML_CLASS_HEADER for the usage of derived classes from Module.
ML Module base class for algorithms from the Point Cloud Library (PCL).
#define ML_PCL_TEST_INTERFACE(BASE_OBJECT_NAME)
Implements a dedicated interface for PCL related modules which is required in automatic tests.
Target mlrange_cast(Source arg)
Generic version of checked ML casts.