19class SoIndexedFaceSet;
22class SoVertexProperty;
50 template <
typename POINT_CLOUD_TYPE>
void _updateT(
const POINT_CLOUD_TYPE &);
56 SoVertexProperty* _soVertexProperty;
63 SoPointSet* _soPointSet;
70 SoIndexedFaceSet* _soIndexedFaceSet;
77 SoLineSet* _soLineSet;
PCLModule(int numImageInputs=0, int numImageOutputs=0, int numPCLInputs=0, int numPCLOutputs=0, bool createEnumAndNotify=false)
void activateAttachments() override
Updates internal state after changes of fields without field notifications.
void handleNotification(Field *field) override
Handles field changes of the field field.
~PCLToInventor() override
Destroy all contents and unreferences the internally used inventor nodes.
PCLToInventor()
Creates a PCLToInventor module with one input connector for a PCLBaseObjectPtr.
#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.
pcl::PolygonMesh MLPolygonMesh
The basic polygon type of a pcl::PolygonMesh used in the PCL MeVisLab binding.