VTK
vtkTableToArray Class Reference

converts a vtkTable to a matrix. More...

#include <vtkTableToArray.h>

Detailed Description

converts a vtkTable to a matrix.

Converts a vtkTable into a dense matrix. Use AddColumn() to designate one-to-many table columns that will become columns in the output matrix.a

Using AddColumn() it is possible to duplicate / reorder columns in arbitrary ways.

Warning
Only produces vtkDenseArray<double>, regardless of the input table column types.
Thanks:
Developed by Timothy M. Shead (tshea.nosp@m.d@sa.nosp@m.ndia..nosp@m.gov) at Sandia National Laboratories.

BTX implementation* const Implementation; ETX

@par      Examples:
          @ref c2_vtk_e_vtkTableToArray "vtkTableToArray (Examples)"

@par      Tests:
          @ref c2_vtk_t_vtkTableToArray "vtkTableToArray (Tests)"

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