Definition of the VtkCompositeFilter class.
Visualisation of contour-lines/-planes within dense scalar fields. In init() the threshold is first s...
VtkCompositeContourFilter(vtkAlgorithm *inputAlgorithm)
~VtkCompositeContourFilter() override
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.
Is used to combine several filter in one VtkVisPipelineItem. You can use vtk filter and custom filter...