OGS
VtkCompositeGeoObjectFilter.h
Go to the documentation of this file.
1
15#pragma once
16
17#include "VtkCompositeFilter.h"
18#include "GeoLib/GeoType.h"
19
20class vtkThreshold;
21
24{
25public:
26 explicit VtkCompositeGeoObjectFilter(vtkAlgorithm* inputAlgorithm);
28
29 void init() override;
30
32 void SetUserProperty(QString name, QVariant value) override
33 {
34 Q_UNUSED(name);
35 Q_UNUSED(value);
36 }
37
38 void SetIndex(std::size_t idx);
39
40private:
42 vtkThreshold* _threshold;
43};
Definition of the GEOTYPE enumeration.
Definition of the VtkCompositeFilter class.
Is used to combine several filter in one VtkVisPipelineItem. You can use vtk filter and custom filter...
Highlights a single GeoObject.
VtkCompositeGeoObjectFilter(vtkAlgorithm *inputAlgorithm)
void SetUserProperty(QString name, QVariant value) override
Sets user properties.
~VtkCompositeGeoObjectFilter() override
GEOTYPE
Definition GeoType.h:23