OGS
VtkCompositeTextureOnSurfaceFilter.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
8class vtkSphereSource;
9
12{
13public:
14 explicit VtkCompositeTextureOnSurfaceFilter(vtkAlgorithm* inputAlgorithm);
16
17 void init() override;
18
19 void SetUserProperty(QString name, QVariant value) override;
20
21private:
22};
VtkCompositeFilter(vtkAlgorithm *inputAlgorithm)
Constructor.
VtkCompositeTextureOnSurfaceFilter(vtkAlgorithm *inputAlgorithm)
void SetUserProperty(QString name, QVariant value) override
Sets a user property. This should be implemented by subclasses.