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