50 #ifndef vtkParametricFunctionSource_h
51 #define vtkParametricFunctionSource_h
53 #include "vtkFiltersSourcesModule.h"
86 vtkGetMacro(UResolution,
int);
96 vtkGetMacro(VResolution,
int);
105 vtkSetClampMacro(WResolution,
int, 2,
VTK_INT_MAX);
106 vtkGetMacro(WResolution,
int);
117 vtkBooleanMacro(GenerateTextureCoordinates,
vtkTypeBool);
118 vtkSetClampMacro(GenerateTextureCoordinates,
vtkTypeBool, 0, 1);
119 vtkGetMacro(GenerateTextureCoordinates,
vtkTypeBool);
130 vtkSetClampMacro(GenerateNormals,
vtkTypeBool, 0, 1);
166 SCALAR_FUNCTION_DEFINED
174 vtkSetClampMacro(ScalarMode,
int, SCALAR_NONE, SCALAR_FUNCTION_DEFINED);
175 vtkGetMacro(ScalarMode,
int);
190 {this->SetScalarMode(SCALAR_FUNCTION_DEFINED);}
204 vtkSetMacro(OutputPointsPrecision,
int);
205 vtkGetMacro(OutputPointsPrecision,
int);
243 void MakeTriangles(
vtkCellArray * strips,
int PtsU,
int PtsV);