35 #ifndef __vtkConeSource_h
36 #define __vtkConeSource_h
57 vtkGetMacro(Height,
double);
63 vtkGetMacro(Radius,
double);
69 vtkGetMacro(Resolution,
int);
76 vtkSetVector3Macro(Center,
double);
77 vtkGetVectorMacro(Center,
double,3);
84 vtkSetVector3Macro(Direction,
double);
85 vtkGetVectorMacro(Direction,
double,3);
93 void SetAngle (
double angle);
99 vtkSetMacro(Capping,
int);
100 vtkGetMacro(Capping,
int);
101 vtkBooleanMacro(Capping,
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)