33#ifndef vtkDiskSource_h
34#define vtkDiskSource_h
36#include "vtkFiltersSourcesModule.h"
91 vtkGetVectorMacro(
Center,
double, 3);
99 vtkGetVectorMacro(
Normal,
double, 3);
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
Hold a reference to a vtkObjectBase instance.