30 #ifndef vtkConeSource_h 
   31 #define vtkConeSource_h 
   33 #include "vtkFiltersSourcesModule.h"  
   57   vtkGetMacro(Height, 
double);
 
   65   vtkGetMacro(Radius, 
double);
 
   73   vtkGetMacro(Resolution, 
int);
 
   82   vtkSetVector3Macro(Center, 
double);
 
   83   vtkGetVectorMacro(Center, 
double, 3);
 
   92   vtkSetVector3Macro(Direction, 
double);
 
   93   vtkGetVectorMacro(Direction, 
double, 3);
 
  104   void SetAngle(
double angle);
 
  123   vtkSetMacro(OutputPointsPrecision, 
int);
 
  124   vtkGetMacro(OutputPointsPrecision, 
int);