60 #include "vtkFiltersCoreModule.h"
79 vtkSetClampMacro(MaximumLength,
int,4,100000);
80 vtkGetMacro(MaximumLength,
int);
90 vtkGetMacro(PassCellDataAsFieldData,
int);
101 vtkGetMacro(PassThroughCellIds,
int);
113 vtkGetMacro(PassThroughPointIds,
int);
124 vtkGetMacro(JoinContiguousSegments,
int);
136 int PassCellDataAsFieldData;
137 int PassThroughCellIds;
138 int PassThroughPointIds;
139 int JoinContiguousSegments;
143 void operator=(const
vtkStripper&) VTK_DELETE_FUNCTION;
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkPolyDataAlgorithm * New()
create triangle strips and/or poly-lines
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.