44 void _updateCalculation();
49 template <
typename POINT_CLOUD_TYPE0,
typename POINT_CLOUD_TYPE1>
50 void _calculateCloudDistances(
const POINT_CLOUD_TYPE0 &inputPointCloud0,
51 const POINT_CLOUD_TYPE1 &inputPointCloud1);
58 IntField *_input0ToInput1IndexFld[2];
68 IntField *_input1ToInput0IndexFld[2];
82 IntField *_input01MinDistanceIndexFld[2];
Project global and OS specific declarations.
#define MLPCL_Common_EXPORT
If included by external modules, exported symbols are declared as import symbols.
Field to encapsulate a boolean value.
Base class for all fields used in the ML.
Field to encapsulate a float value.
Field to encapsulate an integer value.
ML Module class to calculate distances between two PCL point clouds.
void handleNotification(Field *field) override
Handles field changes of the field field.
void activateAttachments() override
Updates internal state after changes of fields without field notifications.
PCLCloudDistances()
Creates a PCLCloudDistances module with two input connectors for two PCLBaseObjectPtr's pointing to p...
ML Module base class for algorithms from the Point Cloud Library (PCL).
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.
Base object containing pointers (as MLPCLObjectPtrsContainer) to objects from the Point Cloud Library...
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.
#define ML_SIZE_T_MAX
For convenience the maximum value of size_t without "U" which is probably more the expected naming.