Go to the documentation of this file.
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
148 double DefaultNormal[3];
represent and manipulate 3D points
void GenerateStrip(vtkIdType offset, vtkIdType npts, vtkIdType *pts, vtkIdType inCellId, vtkCellData *cd, vtkCellData *outCD, vtkCellArray *newStrips)
void SetGenerateTCoordsToOff()
represent and manipulate point attribute data
#define vtkSetVector3Macro(name, type)
dynamic, self-adjusting array of float
create oriented ribbons from lines defined in polygonal dataset
vtkIdType ComputeOffset(vtkIdType offset, vtkIdType npts)
#define vtkTypeMacro(thisClass, superclass)
abstract superclass for arrays of numeric data
static vtkRibbonFilter * New()
void SetGenerateTCoordsToNormalizedLength()
#define vtkGetVectorMacro(name, type, count)
#define VTK_TCOORDS_FROM_SCALARS
#define vtkSetClampMacro(name, type, min, max)
void GenerateTextureCoords(vtkIdType offset, vtkIdType npts, vtkIdType *pts, vtkPoints *inPts, vtkDataArray *inScalars, vtkFloatArray *newTCoords)
represent and manipulate cell attribute data
a simple class to control print indentation
object to represent cell connectivity
void SetGenerateTCoordsToUseScalars()
int GeneratePoints(vtkIdType offset, vtkIdType npts, vtkIdType *pts, vtkPoints *inPts, vtkPoints *newPts, vtkPointData *pd, vtkPointData *outPD, vtkFloatArray *newNormals, vtkDataArray *inScalars, double range[2], vtkDataArray *inNormals)
#define vtkGetMacro(name, type)
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
#define VTK_TCOORDS_FROM_LENGTH
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
const char * GetGenerateTCoordsAsString()
#define VTKFILTERSMODELING_EXPORT
#define VTK_TCOORDS_FROM_NORMALIZED_LENGTH
void SetGenerateTCoordsToUseLength()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.