OGS
VtkCompositeImageToCylindersFilter.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2// SPDX-License-Identifier: BSD-3-Clause
3
4#pragma once
5
7
9
14{
15public:
16 explicit VtkCompositeImageToCylindersFilter(vtkAlgorithm* inputAlgorithm);
18
19 void init() override;
20
21 void SetUserProperty(QString name, QVariant value) override;
22
23 void SetUserVectorProperty(QString name, QList<QVariant> values) override;
24
25private:
27};
VtkCompositeFilter(vtkAlgorithm *inputAlgorithm)
Constructor.
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...