28 #include "vtkFiltersGeneralModule.h"  
   43   vtkSetVector3Macro(Origin, 
double);
 
   44   vtkGetVectorMacro(Origin, 
double, 3);
 
   51   vtkSetMacro(ScaleFactor, 
double);
 
   52   vtkGetMacro(ScaleFactor, 
double);
 
   79   int ComputeDivisionExtents(
vtkDataObject* output, 
int idx, 
int numDivisions);
 
   89   void operator=(
const vtkAxes&) = 
delete;