39 #ifndef __vtkSplineFilter_h
40 #define __vtkSplineFilter_h
44 #define VTK_SUBDIVIDE_SPECIFIED 0
45 #define VTK_SUBDIVIDE_LENGTH 1
47 #define VTK_TCOORDS_OFF 0
48 #define VTK_TCOORDS_FROM_NORMALIZED_LENGTH 1
49 #define VTK_TCOORDS_FROM_LENGTH 2
50 #define VTK_TCOORDS_FROM_SCALARS 3
73 vtkGetMacro(MaximumNumberOfSubdivisions,
int);
79 vtkGetMacro(Subdivide,
int);
84 const char *GetSubdivideAsString();
92 vtkGetMacro(NumberOfSubdivisions,
int);
100 vtkGetMacro(Length,
double);
117 vtkGetMacro(GenerateTCoords,
int);
126 const char *GetGenerateTCoordsAsString();
135 vtkGetMacro(TextureLength,
double);
#define VTK_SUBDIVIDE_SPECIFIED
void SetGenerateTCoordsToOff()
#define VTK_TCOORDS_FROM_LENGTH
represent and manipulate point attribute data
generate uniformly subdivided polylines from a set of input polyline using a vtkSpline ...
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
int MaximumNumberOfSubdivisions
represent and manipulate cell attribute data
dynamic, self-adjusting array of float
#define VTK_TCOORDS_FROM_NORMALIZED_LENGTH
void SetSubdivideToLength()
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
void SetSubdivideToSpecified()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
spline abstract class for interpolating splines
#define VTK_TCOORDS_FROM_SCALARS
object to represent cell connectivity
void SetGenerateTCoordsToNormalizedLength()
#define VTK_LARGE_INTEGER
vtkFloatArray * TCoordMap
#define VTK_SUBDIVIDE_LENGTH
void SetGenerateTCoordsToUseScalars()
void SetGenerateTCoordsToUseLength()
represent and manipulate 3D points