ITK  4.8.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Functions
itkArray.h File Reference
#include "itkMacro.h"
#include "vxl_version.h"
#include "vnl/vnl_vector.h"
#include "itkArray.hxx"
+ Include dependency graph for itkArray.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  itk::Array< TValue >
 

Namespaces

 itk
 

Functions

template<typename TValue >
std::ostream & itk::operator<< (std::ostream &os, const Array< TValue > &arr)
 
template<>
ITKCommon_EXPORT std::ostream & itk::operator<< < double > (std::ostream &os, const Array< double > &arr)
 
template<>
ITKCommon_EXPORT std::ostream & itk::operator<< < float > (std::ostream &os, const Array< float > &arr)
 
template<typename T >
void itk::swap (Array< T > &a, Array< T > &b)