66 #include "vtkFiltersCoreModule.h"
85 vtkSetClampMacro(MaximumLength,
int,4,100000);
86 vtkGetMacro(MaximumLength,
int);
96 vtkGetMacro(PassCellDataAsFieldData,
int);
107 vtkGetMacro(PassThroughCellIds,
int);
119 vtkGetMacro(PassThroughPointIds,
int);
130 vtkGetMacro(JoinContiguousSegments,
int);
142 int PassCellDataAsFieldData;
143 int PassThroughCellIds;
144 int PassThroughPointIds;
145 int JoinContiguousSegments;
149 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.