59 #ifndef __vtkStripper_h
60 #define __vtkStripper_h
76 vtkSetClampMacro(MaximumLength,
int,4,100000);
77 vtkGetMacro(MaximumLength,
int);
83 vtkBooleanMacro(PassCellDataAsFieldData,
int);
84 vtkSetMacro(PassCellDataAsFieldData,
int);
85 vtkGetMacro(PassCellDataAsFieldData,
int);
93 vtkSetMacro(PassThroughCellIds,
int);
94 vtkGetMacro(PassThroughCellIds,
int);
95 vtkBooleanMacro(PassThroughCellIds,
int);
103 vtkSetMacro(PassThroughPointIds,
int);
104 vtkGetMacro(PassThroughPointIds,
int);
105 vtkBooleanMacro(PassThroughPointIds,
int);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
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