| 
    VTK
    9.3.0
    
   | 
 
Print arrays in different formats. More...
#include <vtkArrayPrint.h>
Related Symbols | |
(Note that these are not member symbols.)  | |
| 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.