80 vtkSetClampMacro(MaximumLength,
int,4,100000);
81 vtkGetMacro(MaximumLength,
int);
87 vtkBooleanMacro(PassCellDataAsFieldData,
int);
88 vtkSetMacro(PassCellDataAsFieldData,
int);
89 vtkGetMacro(PassCellDataAsFieldData,
int);
97 vtkSetMacro(PassThroughCellIds,
int);
98 vtkGetMacro(PassThroughCellIds,
int);
99 vtkBooleanMacro(PassThroughCellIds,
int);
107 vtkSetMacro(PassThroughPointIds,
int);
108 vtkGetMacro(PassThroughPointIds,
int);
109 vtkBooleanMacro(PassThroughPointIds,
int);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define VTKFILTERSCORE_EXPORT
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
create triangle strips and/or poly-lines
int PassCellDataAsFieldData
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation