VTK
|
converts a vtkTable to a matrix. More...
#include <vtkTableToArray.h>
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.
BTX implementation* const Implementation; ETX