Go to the documentation of this file.
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);
149 void operator=(
const vtkStripper&) VTK_DELETE_FUNCTION;
int JoinContiguousSegments
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int PassCellDataAsFieldData
a simple class to control print indentation
static vtkStripper * New()
Construct object with MaximumLength set to 1000.
create triangle strips and/or poly-lines
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for algorithms that produce only polydata as output.