Go to the documentation of this file.
49 #ifndef vtkParametricFunctionSource_h
50 #define vtkParametricFunctionSource_h
141 SCALAR_FUNCTION_DEFINED };
163 {this->SetScalarMode(SCALAR_FUNCTION_DEFINED);}
208 void MakeTriangles (
vtkCellArray * strips,
int PtsU,
int PtsV );
void SetScalarModeToY(void)
#define vtkGetObjectMacro(name, type)
void SetScalarModeToU(void)
int OutputPointsPrecision
tessellate parametric functions
void SetScalarModeToFunctionDefined(void)
void SetScalarModeToU0V0(void)
#define vtkTypeMacro(thisClass, superclass)
void SetScalarModeToV0(void)
void SetScalarModeToNone(void)
vtkParametricFunctionSource()
GLenum GLenum GLenum input
virtual ~vtkParametricFunctionSource()
void SetScalarModeToV(void)
abstract interface for parametric functions
void SetScalarModeToQuadrant(void)
void SetScalarModeToU0(void)
#define vtkSetClampMacro(name, type, min, max)
void SetScalarModeToDistance(void)
void SetScalarModeToX(void)
a simple class to control print indentation
object to represent cell connectivity
void SetScalarModeToModulus(void)
virtual void SetParametricFunction(vtkParametricFunction *)
int GenerateTextureCoordinates
void SetScalarModeToPhase(void)
#define vtkGetMacro(name, type)
int RequestData(vtkInformation *info, vtkInformationVector **input, vtkInformationVector *output)
void SetScalarModeToZ(void)
vtkParametricFunction * ParametricFunction
void PrintSelf(ostream &os, vtkIndent indent)
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
static vtkParametricFunctionSource * New()
Superclass for algorithms that produce only polydata as output.