Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

Graphics/vtkSplineFilter.h File Reference

#include "vtkPolyDataToPolyDataFilter.h"

Include dependency graph for vtkSplineFilter.h:

Include dependency graph

Go to the source code of this file.

Compounds

class  vtkSplineFilter
 generate uniformly subdivided polylines from a set of input polyline using a vtkSpline More...


Defines

#define VTK_SUBDIVIDE_SPECIFIED   0
#define VTK_SUBDIVIDE_LENGTH   1
#define VTK_TCOORDS_OFF   0
#define VTK_TCOORDS_FROM_NORMALIZED_LENGTH   1
#define VTK_TCOORDS_FROM_LENGTH   2
#define VTK_TCOORDS_FROM_SCALARS   3


Define Documentation

#define VTK_SUBDIVIDE_SPECIFIED   0
 

Definition at line 59 of file vtkSplineFilter.h.

Referenced by vtkSplineFilter::SetSubdivideToSpecified().

#define VTK_SUBDIVIDE_LENGTH   1
 

Definition at line 60 of file vtkSplineFilter.h.

Referenced by vtkSplineFilter::SetSubdivideToLength().

#define VTK_TCOORDS_OFF   0
 

Definition at line 62 of file vtkSplineFilter.h.

Referenced by vtkSplineFilter::SetGenerateTCoordsToOff().

#define VTK_TCOORDS_FROM_NORMALIZED_LENGTH   1
 

Definition at line 63 of file vtkSplineFilter.h.

Referenced by vtkSplineFilter::SetGenerateTCoordsToNormalizedLength().

#define VTK_TCOORDS_FROM_LENGTH   2
 

Definition at line 64 of file vtkSplineFilter.h.

Referenced by vtkSplineFilter::SetGenerateTCoordsToUseLength().

#define VTK_TCOORDS_FROM_SCALARS   3
 

Definition at line 65 of file vtkSplineFilter.h.

Referenced by vtkSplineFilter::SetGenerateTCoordsToUseScalars().