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);