59 #ifndef __vtkStripper_h
60 #define __vtkStripper_h
62 #include "vtkFiltersCoreModule.h"
63 #include "vtkPolyDataAlgorithm.h"
65 class VTKFILTERSCORE_EXPORT
vtkStripper :
public vtkPolyDataAlgorithm
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 *);
create triangle strips and/or poly-lines
int PassCellDataAsFieldData