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.
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.
PCLModule(int numImageInputs=0, int numImageOutputs=0, int numPCLInputs=0, int numPCLOutputs=0, bool createEnumAndNotify=false)
#define ML_MODULE_CLASS_HEADER(className)
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 in line of the expec...