VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkTransposeMatrix Class Reference

Computes the transpose of an input matrix. More...

#include <vtkTransposeMatrix.h>

Inherits vtkArrayDataAlgorithm.

Public Types

typedef vtkArrayDataAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkTransposeMatrixNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 

Static Public Member Functions

static vtkTransposeMatrixNew ()
 
static int IsTypeOf (const char *type)
 
static vtkTransposeMatrixSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkTransposeMatrix ()
 
 ~vtkTransposeMatrix ()
 
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 

Detailed Description

Computes the transpose of an input matrix.

Thanks:
Developed by Timothy M. Shead (tshea.nosp@m.d@sa.nosp@m.ndia..nosp@m.gov) at Sandia National Laboratories.
Tests:
vtkTransposeMatrix (Tests)

Definition at line 38 of file vtkTransposeMatrix.h.

Member Typedef Documentation

typedef vtkArrayDataAlgorithm vtkTransposeMatrix::Superclass

Definition at line 42 of file vtkTransposeMatrix.h.

Constructor & Destructor Documentation

vtkTransposeMatrix::vtkTransposeMatrix ( )
protected
vtkTransposeMatrix::~vtkTransposeMatrix ( )
protected

Member Function Documentation

static vtkTransposeMatrix* vtkTransposeMatrix::New ( )
static
static int vtkTransposeMatrix::IsTypeOf ( const char *  type)
static
virtual int vtkTransposeMatrix::IsA ( const char *  type)
virtual
static vtkTransposeMatrix* vtkTransposeMatrix::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkTransposeMatrix::NewInstanceInternal ( ) const
protectedvirtual
vtkTransposeMatrix* vtkTransposeMatrix::NewInstance ( ) const
void vtkTransposeMatrix::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
int vtkTransposeMatrix::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protected

The documentation for this class was generated from the following file: