30#ifndef vtkDiskSource_h
31#define vtkDiskSource_h
33#include "vtkFiltersSourcesModule.h"
48 vtkGetMacro(InnerRadius,
double);
56 vtkGetMacro(OuterRadius,
double);
64 vtkGetMacro(RadialResolution,
int);
72 vtkGetMacro(CircumferentialResolution,
int);
82 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
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.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.