VTK  9.3.20240420
vtkTriangularTCoords.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-License-Identifier: BSD-3-Clause
23#ifndef vtkTriangularTCoords_h
24#define vtkTriangularTCoords_h
25
26#include "vtkFiltersTextureModule.h" // For export macro
28
29VTK_ABI_NAMESPACE_BEGIN
30class VTKFILTERSTEXTURE_EXPORT vtkTriangularTCoords : public vtkPolyDataAlgorithm
31{
32public:
35 void PrintSelf(ostream& os, vtkIndent indent) override;
36
37protected:
39 ~vtkTriangularTCoords() override = default;
40
41 // Usual data generation method
43
44private:
46 void operator=(const vtkTriangularTCoords&) = delete;
47};
48
49VTK_ABI_NAMESPACE_END
50#endif
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Superclass for algorithms that produce only polydata as output.
2D texture coordinates based for triangles.
~vtkTriangularTCoords() override=default
static vtkTriangularTCoords * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkTriangularTCoords()=default