59 #ifndef __vtkStripper_h
60 #define __vtkStripper_h
62 #include "vtkFiltersCoreModule.h"
69 void PrintSelf(ostream& os, vtkIndent indent);
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);
114 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
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.