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);
115 vtkSetClampMacro(GenerateTextureCoordinates,
int, 0, 1);
116 vtkGetMacro(GenerateTextureCoordinates,
int);
127 vtkSetClampMacro(GenerateNormals,
int, 0, 1);
128 vtkGetMacro(GenerateNormals,
int);
163 SCALAR_FUNCTION_DEFINED
171 vtkSetClampMacro(ScalarMode,
int, SCALAR_NONE, SCALAR_FUNCTION_DEFINED);
172 vtkGetMacro(ScalarMode,
int);
187 {this->SetScalarMode(SCALAR_FUNCTION_DEFINED);}
202 vtkGetMacro(OutputPointsPrecision,
int);
219 int GenerateTextureCoordinates;
222 int OutputPointsPrecision;
240 void MakeTriangles(
vtkCellArray * strips,
int PtsU,
int PtsV);
void SetScalarModeToNone(void)
Get/Set the mode used for the scalar data.
void SetScalarModeToY(void)
Get/Set the mode used for the scalar data.
vtkTypeUInt32 vtkMTimeType
void SetScalarModeToV0(void)
Get/Set the mode used for the scalar data.
void SetScalarModeToU(void)
Get/Set the mode used for the scalar data.
SCALAR_MODE
Enumerate the supported scalar generation modes.
void SetScalarModeToDistance(void)
Get/Set the mode used for the scalar data.
static vtkPolyDataAlgorithm * New()
abstract interface for parametric functions
void SetScalarModeToPhase(void)
Get/Set the mode used for the scalar data.
Superclass for algorithms that produce only polydata as output.
void SetScalarModeToModulus(void)
Get/Set the mode used for the scalar data.
a simple class to control print indentation
virtual vtkMTimeType GetMTime()
Return this object's modified time.
void SetScalarModeToX(void)
Get/Set the mode used for the scalar data.
void SetScalarModeToU0(void)
Get/Set the mode used for the scalar data.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void SetScalarModeToZ(void)
Get/Set the mode used for the scalar data.
void SetScalarModeToQuadrant(void)
Get/Set the mode used for the scalar data.
object to represent cell connectivity
void SetScalarModeToU0V0(void)
Get/Set the mode used for the scalar data.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void SetScalarModeToFunctionDefined(void)
Get/Set the mode used for the scalar data.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
tessellate parametric functions
void SetScalarModeToV(void)
Get/Set the mode used for the scalar data.