48 #ifndef __vtkTokenLengthFilter_h
49 #define __vtkTokenLengthFilter_h
65 vtkSetMacro(Begin,
int);
66 vtkGetMacro(Begin,
int);
67 vtkSetMacro(End,
int);
68 vtkGetMacro(End,
int);
90 #endif // __vtkTokenLengthFilter_h
void PrintSelf(ostream &os, vtkIndent indent)
static vtkTableAlgorithm * New()
a simple class to control print indentation
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Superclass for algorithms that produce only vtkTables as output.
Filters tokens based on their length (number of characters).