Definition of the VtkCompositeFilter class.
Is used to combine several filter in one VtkVisPipelineItem. You can use vtk filter and custom filter...
Creates cylinders that stand on top of the image with the length of the corresponding first sub-pixel...
void SetUserVectorProperty(QString name, QList< QVariant > values) override
Sets a vector user property. This should be implemented by subclasses.
VtkImageDataToLinePolyDataFilter * _lineFilter
void SetUserProperty(QString name, QVariant value) override
Sets a user property. This should be implemented by subclasses.
VtkCompositeImageToCylindersFilter(vtkAlgorithm *inputAlgorithm)
~VtkCompositeImageToCylindersFilter() override
Creates lines that stand on top of the image with the length of the corresponding first sub-pixel val...