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);