35 #ifndef vtkConeSource_h
36 #define vtkConeSource_h
58 vtkGetMacro(Height,
double);
64 vtkGetMacro(Radius,
double);
70 vtkGetMacro(Resolution,
int);
77 vtkSetVector3Macro(Center,
double);
78 vtkGetVectorMacro(Center,
double,3);
85 vtkSetVector3Macro(Direction,
double);
86 vtkGetVectorMacro(Direction,
double,3);
94 void SetAngle (
double angle);
100 vtkSetMacro(Capping,
int);
101 vtkGetMacro(Capping,
int);
102 vtkBooleanMacro(Capping,
int);
110 vtkSetMacro(OutputPointsPrecision,
int);
111 vtkGetMacro(OutputPointsPrecision,
int);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
int OutputPointsPrecision