30 #ifndef vtkArrayPrint_h 
   31 #define vtkArrayPrint_h 
   52 #include "vtkArrayPrint.txx" 
void vtkPrintCoordinateFormat(ostream &stream, vtkTypedArray< T > *array)
 
Provides a type-specific interface to N-way arrays. 
 
void vtkPrintMatrixFormat(ostream &stream, vtkTypedArray< T > *matrix)
 
void vtkPrintVectorFormat(ostream &stream, vtkTypedArray< T > *vector)