83#ifndef vtkDiskSource_h
84#define vtkDiskSource_h
86#include "vtkFiltersSourcesModule.h"
89VTK_ABI_NAMESPACE_BEGIN
110 vtkGetMacro(InnerRadius,
double);
118 vtkGetMacro(OuterRadius,
double);
126 vtkGetMacro(RadialResolution,
int);
134 vtkGetMacro(CircumferentialResolution,
int);
141 vtkSetVector3Macro(Center,
double);
142 vtkGetVectorMacro(Center,
double, 3);
149 vtkSetVector3Macro(Normal,
double);
150 vtkGetVectorMacro(Normal,
double, 3);
159 vtkSetMacro(OutputPointsPrecision,
int);
160 vtkGetMacro(OutputPointsPrecision,
int);
create a disk with hole in center
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods to instantiate the class, obtain type information, and print the state of the object...
int OutputPointsPrecision
~vtkDiskSource() override=default
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkSmartPointer< vtkTransform > GetTransformation()
int CircumferentialResolution
static vtkDiskSource * New()
Standard methods to instantiate the class, obtain type information, and print the state of the object...
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.
Hold a reference to a vtkObjectBase instance.