47 #ifndef vtkParametricFunctionSource_h 
   48 #define vtkParametricFunctionSource_h 
   50 #include "vtkFiltersSourcesModule.h"  
   82   vtkGetMacro(UResolution, 
int);
 
   92   vtkGetMacro(VResolution, 
int);
 
  101   vtkSetClampMacro(WResolution, 
int, 2, 
VTK_INT_MAX);
 
  102   vtkGetMacro(WResolution, 
int);
 
  113   vtkBooleanMacro(GenerateTextureCoordinates, 
vtkTypeBool);
 
  114   vtkSetClampMacro(GenerateTextureCoordinates, 
vtkTypeBool, 0, 1);
 
  115   vtkGetMacro(GenerateTextureCoordinates, 
vtkTypeBool);
 
  126   vtkSetClampMacro(GenerateNormals, 
vtkTypeBool, 0, 1);
 
  172     SCALAR_FUNCTION_DEFINED
 
  180   vtkSetClampMacro(ScalarMode, 
int, SCALAR_NONE, SCALAR_FUNCTION_DEFINED);
 
  181   vtkGetMacro(ScalarMode, 
int);
 
  209   vtkSetMacro(OutputPointsPrecision, 
int);
 
  210   vtkGetMacro(OutputPointsPrecision, 
int);
 
  248   void MakeTriangles(
vtkCellArray* strips, 
int PtsU, 
int PtsV);