50 #ifndef vtkParametricFunctionSource_h
51 #define vtkParametricFunctionSource_h
53 #include "vtkFiltersSourcesModule.h"
85 vtkGetMacro(UResolution,
int);
95 vtkGetMacro(VResolution,
int);
104 vtkSetClampMacro(WResolution,
int, 2,
VTK_INT_MAX);
105 vtkGetMacro(WResolution,
int);
116 vtkBooleanMacro(GenerateTextureCoordinates,
vtkTypeBool);
117 vtkSetClampMacro(GenerateTextureCoordinates,
vtkTypeBool, 0, 1);
118 vtkGetMacro(GenerateTextureCoordinates,
vtkTypeBool);
129 vtkSetClampMacro(GenerateNormals,
vtkTypeBool, 0, 1);
175 SCALAR_FUNCTION_DEFINED
183 vtkSetClampMacro(ScalarMode,
int, SCALAR_NONE, SCALAR_FUNCTION_DEFINED);
184 vtkGetMacro(ScalarMode,
int);
212 vtkSetMacro(OutputPointsPrecision,
int);
213 vtkGetMacro(OutputPointsPrecision,
int);
251 void MakeTriangles(
vtkCellArray* strips,
int PtsU,
int PtsV);
void SetScalarModeToNone(void)
Get/Set the mode used for the scalar data.
vtkTypeBool GenerateNormals
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.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
void SetScalarModeToU(void)
Get/Set the mode used for the scalar data.
int OutputPointsPrecision
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
vtkTypeBool GenerateTextureCoordinates
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.
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.
void SetScalarModeToFunctionDefined(void)
Get/Set the mode used for the scalar data.
vtkParametricFunction * ParametricFunction
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.