VTK
9.1.0
|
Print arrays in different formats. More...
#include <vtkArrayPrint.h>
Related Functions | |
(Note that these are not member functions.) | |
template<typename T > | |
void | vtkPrintCoordinateFormat (ostream &stream, vtkTypedArray< T > *array) |
Serializes the contents of an array to a stream as a series of coordinates. | |
template<typename T > | |
void | vtkPrintMatrixFormat (ostream &stream, vtkTypedArray< T > *matrix) |
Serializes the contents of a matrix to a stream in human-readable form. | |
template<typename T > | |
void | vtkPrintVectorFormat (ostream &stream, vtkTypedArray< T > *vector) |
Serializes the contents of a vector to a stream in human-readable form. | |
Print arrays in different formats.
|
related |
Serializes the contents of an array to a stream as a series of coordinates.
For 2D arrays of double values, the output is compatible with the MatrixMarket "Coordinate Text File" format.
|
related |
Serializes the contents of a matrix to a stream in human-readable form.
|
related |
Serializes the contents of a vector to a stream in human-readable form.