16#ifndef vtkTransposeMatrix_h
17#define vtkTransposeMatrix_h
20#include "vtkInfovisCoreModule.h"
22VTK_ABI_NAMESPACE_BEGIN
Superclass for algorithms that produce vtkArrayDatas as output.
a simple class to control print indentation
Computes the transpose of an input matrix.
~vtkTransposeMatrix() override
static vtkTransposeMatrix * New()
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.