VTK
vtkTableToSparseArray Class Reference

converts a vtkTable into a sparse array. More...

#include <vtkTableToSparseArray.h>

Detailed Description

converts a vtkTable into a sparse array.

Converts a vtkTable into a sparse array. Use AddCoordinateColumn() to designate one-to-many table columns that contain coordinates for each array value, and SetValueColumn() to designate the table column that contains array values.

Thus, the number of dimensions in the output array will equal the number of calls to AddCoordinateColumn().

The coordinate columns will also be used to populate dimension labels in the output array.

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      Tests:
          @ref c2_vtk_t_vtkTableToSparseArray "vtkTableToSparseArray (Tests)"

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