OGS
VtkCompositeImageToCylindersFilter.h
Go to the documentation of this file.
1
15#pragma once
16
17#include "VtkCompositeFilter.h"
18
20
25{
26public:
27 explicit VtkCompositeImageToCylindersFilter(vtkAlgorithm* inputAlgorithm);
29
30 void init() override;
31
32 void SetUserProperty(QString name, QVariant value) override;
33
34 void SetUserVectorProperty(QString name, QList<QVariant> values) override;
35
36private:
38};
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.
void SetUserProperty(QString name, QVariant value) override
Sets a user property. This should be implemented by subclasses.
VtkCompositeImageToCylindersFilter(vtkAlgorithm *inputAlgorithm)
Creates lines that stand on top of the image with the length of the corresponding first sub-pixel val...