47 #ifndef vtkParametricFunctionSource_h
48 #define vtkParametricFunctionSource_h
50 #include "vtkFiltersSourcesModule.h"
83 vtkGetMacro(UResolution,
int);
93 vtkGetMacro(VResolution,
int);
102 vtkSetClampMacro(WResolution,
int, 2,
VTK_INT_MAX);
103 vtkGetMacro(WResolution,
int);
114 vtkBooleanMacro(GenerateTextureCoordinates,
vtkTypeBool);
115 vtkSetClampMacro(GenerateTextureCoordinates,
vtkTypeBool, 0, 1);
116 vtkGetMacro(GenerateTextureCoordinates,
vtkTypeBool);
127 vtkSetClampMacro(GenerateNormals,
vtkTypeBool, 0, 1);
163 SCALAR_FUNCTION_DEFINED
171 vtkSetClampMacro(ScalarMode,
int, SCALAR_NONE, SCALAR_FUNCTION_DEFINED);
172 vtkGetMacro(ScalarMode,
int);
187 {this->SetScalarMode(SCALAR_FUNCTION_DEFINED);}
201 vtkSetMacro(OutputPointsPrecision,
int);
202 vtkGetMacro(OutputPointsPrecision,
int);
240 void MakeTriangles(
vtkCellArray * strips,
int PtsU,
int PtsV);