#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 | 
        
          |  | ) |  |  | 
      
 
 
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 | 
        
          |  | ) |  |  |