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
vtkMatricizeArray Class Reference

Convert an array of arbitrary dimensions to a matrix. More...

#include <vtkMatricizeArray.h>

Inherits vtkArrayDataAlgorithm.

Public Types

typedef vtkArrayDataAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkMatricizeArrayNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual vtkIdType GetSliceDimension ()
 
virtual void SetSliceDimension (vtkIdType)
 

Static Public Member Functions

static vtkMatricizeArrayNew ()
 
static int IsTypeOf (const char *type)
 
static vtkMatricizeArraySafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

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

Detailed Description

Convert an array of arbitrary dimensions to a matrix.

Given a sparse input array of arbitrary dimension, creates a sparse output matrix (vtkSparseArray<double>) where each column is a slice along an arbitrary dimension from the source.

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

Definition at line 44 of file vtkMatricizeArray.h.

Member Typedef Documentation

typedef vtkArrayDataAlgorithm vtkMatricizeArray::Superclass

Definition at line 48 of file vtkMatricizeArray.h.

Constructor & Destructor Documentation

vtkMatricizeArray::vtkMatricizeArray ( )
protected
vtkMatricizeArray::~vtkMatricizeArray ( )
protected

Member Function Documentation

static vtkMatricizeArray* vtkMatricizeArray::New ( )
static
static int vtkMatricizeArray::IsTypeOf ( const char *  type)
static
virtual int vtkMatricizeArray::IsA ( const char *  type)
virtual
static vtkMatricizeArray* vtkMatricizeArray::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkMatricizeArray::NewInstanceInternal ( ) const
protectedvirtual
vtkMatricizeArray* vtkMatricizeArray::NewInstance ( ) const
void vtkMatricizeArray::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual vtkIdType vtkMatricizeArray::GetSliceDimension ( )
virtual

Returns the 0-numbered dimension that will be mapped to columns in the output

virtual void vtkMatricizeArray::SetSliceDimension ( vtkIdType  )
virtual

Sets the 0-numbered dimension that will be mapped to columns in the output

int vtkMatricizeArray::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protected

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