Functions

dox/Common/vtkArrayPrint.h File Reference

#include "vtkTypedArray.h"
#include "vtkArrayPrint.txx"
Include dependency graph for vtkArrayPrint.h:

Go to the source code of this file.

Functions

template<typename T >
void vtkPrintCoordinateFormat (ostream &stream, vtkTypedArray< T > *array)
template<typename T >
void vtkPrintMatrixFormat (ostream &stream, vtkTypedArray< T > *matrix)
template<typename T >
void vtkPrintVectorFormat (ostream &stream, vtkTypedArray< T > *vector)

Function Documentation

template<typename T >
void vtkPrintCoordinateFormat ( ostream &  stream,
vtkTypedArray< T > *  array 
)
template<typename T >
void vtkPrintMatrixFormat ( ostream &  stream,
vtkTypedArray< T > *  matrix 
)
template<typename T >
void vtkPrintVectorFormat ( ostream &  stream,
vtkTypedArray< T > *  vector 
)