41 #ifndef vtkRibbonFilter_h
42 #define vtkRibbonFilter_h
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(Width,
double);
79 vtkSetClampMacro(Angle,
double,0,360);
80 vtkGetMacro(Angle,
double);
86 vtkSetMacro(VaryWidth,
int);
87 vtkGetMacro(VaryWidth,
int);
88 vtkBooleanMacro(VaryWidth,
int);
94 vtkSetMacro(WidthFactor,
double);
95 vtkGetMacro(WidthFactor,
double);
101 vtkSetVector3Macro(DefaultNormal,
double);
102 vtkGetVectorMacro(DefaultNormal,
double,3);
108 vtkSetMacro(UseDefaultNormal,
int);
109 vtkGetMacro(UseDefaultNormal,
int);
110 vtkBooleanMacro(UseDefaultNormal,
int);
118 vtkGetMacro(GenerateTCoords,
int);
127 const char *GetGenerateTCoordsAsString();
135 vtkSetClampMacro(TextureLength,
double,0.000001,
VTK_INT_MAX);
136 vtkGetMacro(TextureLength,
double);
148 double DefaultNormal[3];
void SetGenerateTCoordsToOff()
#define VTK_TCOORDS_FROM_NORMALIZED_LENGTH
represent and manipulate point attribute data
create oriented ribbons from lines defined in polygonal dataset
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
represent and manipulate cell attribute data
#define VTKFILTERSMODELING_EXPORT
dynamic, self-adjusting array of float
void SetGenerateTCoordsToUseLength()
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
void SetGenerateTCoordsToUseScalars()
abstract superclass for arrays of numeric data
object to represent cell connectivity
void SetGenerateTCoordsToNormalizedLength()
#define VTK_TCOORDS_FROM_LENGTH
#define VTK_TCOORDS_FROM_SCALARS
represent and manipulate 3D points