50 #ifndef vtkParametricFunctionSource_h
51 #define vtkParametricFunctionSource_h
53 #include "vtkFiltersSourcesModule.h"
85 vtkGetMacro(UResolution,
int);
95 vtkGetMacro(VResolution,
int);
105 vtkGetMacro(WResolution,
int);
117 vtkSetClampMacro(GenerateTextureCoordinates,
int,0,1);
118 vtkGetMacro(GenerateTextureCoordinates,
int);
129 vtkSetClampMacro(GenerateNormals,
int,0,1);
130 vtkGetMacro(GenerateNormals,
int);
165 SCALAR_FUNCTION_DEFINED };
172 vtkSetClampMacro(ScalarMode,
int, SCALAR_NONE, SCALAR_FUNCTION_DEFINED);
173 vtkGetMacro(ScalarMode,
int);
188 {this->SetScalarMode(SCALAR_FUNCTION_DEFINED);}
203 vtkGetMacro(OutputPointsPrecision,
int);
220 int GenerateTextureCoordinates;
223 int OutputPointsPrecision;
241 void MakeTriangles (
vtkCellArray * strips,
int PtsU,
int PtsV );