Go to the documentation of this file.
40 #ifndef vtkSplineFilter_h
41 #define vtkSplineFilter_h
43 #include "vtkFiltersGeneralModule.h"
46 #define VTK_SUBDIVIDE_SPECIFIED 0
47 #define VTK_SUBDIVIDE_LENGTH 1
49 #define VTK_TCOORDS_OFF 0
50 #define VTK_TCOORDS_FROM_NORMALIZED_LENGTH 1
51 #define VTK_TCOORDS_FROM_LENGTH 2
52 #define VTK_TCOORDS_FROM_SCALARS 3
78 vtkSetClampMacro(MaximumNumberOfSubdivisions,
int,1,
VTK_INT_MAX);
79 vtkGetMacro(MaximumNumberOfSubdivisions,
int);
87 vtkGetMacro(Subdivide,
int);
92 const char *GetSubdivideAsString();
101 vtkSetClampMacro(NumberOfSubdivisions,
int,1,
VTK_INT_MAX);
102 vtkGetMacro(NumberOfSubdivisions,
int);
112 vtkGetMacro(Length,
double);
133 vtkGetMacro(GenerateTCoords,
int);
142 const char *GetGenerateTCoordsAsString();
152 vtkSetClampMacro(TextureLength,
double,0.000001,
VTK_INT_MAX);
153 vtkGetMacro(TextureLength,
double);
represent and manipulate 3D points
#define VTK_SUBDIVIDE_SPECIFIED
void SetSubdivideToLength()
#define VTK_TCOORDS_FROM_NORMALIZED_LENGTH
#define VTK_TCOORDS_FROM_LENGTH
represent and manipulate point attribute data
dynamic, self-adjusting array of float
void SetGenerateTCoordsToUseLength()
generate uniformly subdivided polylines from a set of input polyline using a vtkSpline
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkFloatArray * TCoordMap
#define VTK_TCOORDS_FROM_SCALARS
int MaximumNumberOfSubdivisions
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
void SetGenerateTCoordsToUseScalars()
represent and manipulate cell attribute data
a simple class to control print indentation
object to represent cell connectivity
spline abstract class for interpolating splines
#define VTK_SUBDIVIDE_LENGTH
void SetGenerateTCoordsToOff()
static vtkPolyDataAlgorithm * New()
void SetGenerateTCoordsToNormalizedLength()
Superclass for algorithms that produce only polydata as output.
void SetSubdivideToSpecified()