86#ifndef vtkDiskSource_h
87#define vtkDiskSource_h
89#include "vtkFiltersSourcesModule.h"
104 vtkGetMacro(InnerRadius,
double);
112 vtkGetMacro(OuterRadius,
double);
120 vtkGetMacro(RadialResolution,
int);
128 vtkGetMacro(CircumferentialResolution,
int);
137 vtkSetMacro(OutputPointsPrecision,
int);
138 vtkGetMacro(OutputPointsPrecision,
int);
create a disk with hole in center
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int OutputPointsPrecision
~vtkDiskSource() override=default
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int CircumferentialResolution
static vtkDiskSource * New()
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.