VTK  9.3.0
vtkTreeRingToPolyData.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-FileCopyrightText: Copyright 2008 Sandia Corporation
3// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Sandia-USGov
16#ifndef vtkTreeRingToPolyData_h
17#define vtkTreeRingToPolyData_h
18
19#include "vtkInfovisLayoutModule.h" // For export macro
21
22VTK_ABI_NAMESPACE_BEGIN
23class VTKINFOVISLAYOUT_EXPORT vtkTreeRingToPolyData : public vtkPolyDataAlgorithm
24{
25public:
27
29 void PrintSelf(ostream& os, vtkIndent indent) override;
30
38 virtual void SetSectorsArrayName(const char* name)
39 {
41 }
42
44
47 vtkSetMacro(ShrinkPercentage, double);
48 vtkGetMacro(ShrinkPercentage, double);
50
51 int FillInputPortInformation(int port, vtkInformation* info) override;
52
53protected:
56
58
60
61private:
63 void operator=(const vtkTreeRingToPolyData&) = delete;
64};
65
66VTK_ABI_NAMESPACE_END
67#endif
virtual void SetInputArrayToProcess(int idx, int port, int connection, int fieldAssociation, const char *name)
Set the input data arrays that this algorithm will process.
a simple class to control print indentation
Definition vtkIndent.h:29
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Superclass for algorithms that produce only polydata as output.
converts a tree to a polygonal data representing radial space filling tree.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkTreeRingToPolyData() override
static vtkTreeRingToPolyData * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
virtual void SetSectorsArrayName(const char *name)
The field containing quadruples of the form (start angle, end angle, inner radius,...