38 #ifndef __vtkMatricizeArray_h
39 #define __vtkMatricizeArray_h
41 #include "vtkFiltersGeneralModule.h"
49 void PrintSelf(ostream& os, vtkIndent indent);
54 vtkGetMacro(SliceDimension, vtkIdType);
60 vtkSetMacro(SliceDimension, vtkIdType);
69 vtkInformationVector**,
70 vtkInformationVector*);
80 vtkIdType SliceDimension;
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Convert an array of arbitrary dimensions to a matrix.
Superclass for algorithms that produce vtkArrayDatas as output.
static vtkArrayDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)