30#ifndef vtkDiskSource_h
31#define vtkDiskSource_h
33#include "vtkFiltersSourcesModule.h"
56 vtkGetMacro(InnerRadius,
double);
64 vtkGetMacro(OuterRadius,
double);
72 vtkGetMacro(RadialResolution,
int);
79 vtkSetClampMacro(CircumferentialResolution,
int, 3,
VTK_INT_MAX);
80 vtkGetMacro(CircumferentialResolution,
int);
87 vtkSetVector3Macro(Center,
double);
88 vtkGetVectorMacro(Center,
double, 3);
95 vtkSetVector3Macro(Normal,
double);
96 vtkGetVectorMacro(Normal,
double, 3);
105 vtkSetMacro(OutputPointsPrecision,
int);
106 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.