Convert an array of arbitrary dimensions to a matrix.
More...
#include <vtkMatricizeArray.h>
Inherits vtkArrayDataAlgorithm.
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.
vtkMatricizeArray::vtkMatricizeArray |
( |
| ) |
|
|
protected |
vtkMatricizeArray::~vtkMatricizeArray |
( |
| ) |
|
|
protected |
static int vtkMatricizeArray::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkMatricizeArray::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkMatricizeArray::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
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: