49 #ifndef __vtkParametricFunctionSource_h
50 #define __vtkParametricFunctionSource_h
77 vtkSetMacro(UResolution,
int);
78 vtkGetMacro(UResolution,
int);
85 vtkSetMacro(VResolution,
int);
86 vtkGetMacro(VResolution,
int);
93 vtkSetMacro(WResolution,
int);
94 vtkGetMacro(WResolution,
int);
102 vtkBooleanMacro(GenerateTextureCoordinates,
int);
103 vtkSetMacro(GenerateTextureCoordinates,
int);
104 vtkGetMacro(GenerateTextureCoordinates,
int);
131 SCALAR_FUNCTION_DEFINED };
153 vtkSetClampMacro(ScalarMode,
int, SCALAR_NONE, SCALAR_FUNCTION_DEFINED);
154 vtkGetMacro(ScalarMode,
int);
203 void MakeTriangleStrips (
vtkCellArray * strips,
int PtsU,
int PtsV );