Functions
contrib/oul/ouml/io.h File Reference
#include <vcl_vector.h>
#include <vcl_map.h>
#include <vcl_set.h>
#include <vcl_iosfwd.h>
#include <vnl/vnl_vector.h>
#include <vil1/vil1_rgb.h>

Go to the source code of this file.

Functions

template<class T >
vcl_ostream & operator<< (vcl_ostream &os, const vnl_vector< T > &vector)
template<class T >
vcl_ostream & operator<< (vcl_ostream &os, const vcl_vector< T > &vector)
template<class T , class S >
vcl_ostream & operator<< (vcl_ostream &os, const vcl_map< T, S > &omap)
template<class T >
vcl_ostream & operator<< (vcl_ostream &os, const vcl_set< T > &vector)
vcl_ostream & operator<< (vcl_ostream &os, const vil1_rgb< unsigned char > &colour)

Function Documentation

template<class T >
vcl_ostream& operator<< ( vcl_ostream &  os,
const vnl_vector< T > &  vector 
)

Definition at line 9 of file io.txx.

template<class T >
vcl_ostream& operator<< ( vcl_ostream &  os,
const vcl_vector< T > &  vector 
)

Definition at line 25 of file io.txx.

template<class T , class S >
vcl_ostream& operator<< ( vcl_ostream &  os,
const vcl_map< T, S > &  omap 
)

Definition at line 41 of file io.txx.

template<class T >
vcl_ostream& operator<< ( vcl_ostream &  os,
const vcl_set< T > &  vector 
)

Definition at line 57 of file io.txx.

vcl_ostream& operator<< ( vcl_ostream &  os,
const vil1_rgb< unsigned char > &  colour 
)

Definition at line 73 of file io.txx.