59 #ifndef __vtkStripper_h
60 #define __vtkStripper_h
77 vtkSetClampMacro(MaximumLength,
int,4,100000);
78 vtkGetMacro(MaximumLength,
int);
84 vtkBooleanMacro(PassCellDataAsFieldData,
int);
85 vtkSetMacro(PassCellDataAsFieldData,
int);
86 vtkGetMacro(PassCellDataAsFieldData,
int);
94 vtkSetMacro(PassThroughCellIds,
int);
95 vtkGetMacro(PassThroughCellIds,
int);
96 vtkBooleanMacro(PassThroughCellIds,
int);
104 vtkSetMacro(PassThroughPointIds,
int);
105 vtkGetMacro(PassThroughPointIds,
int);
106 vtkBooleanMacro(PassThroughPointIds,
int);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define VTKFILTERSCORE_EXPORT
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
create triangle strips and/or poly-lines
int PassCellDataAsFieldData
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation