creaImageIOIndexedHeap.txx File Reference

Code of IndexedHeap. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class T, class CT, class IT>
std::ostream & operator<< (std::ostream &s, const IndexedHeap< T, CT, IT > &t)


Detailed Description

Code of IndexedHeap.

Definition in file creaImageIOIndexedHeap.txx.


Function Documentation

template<class T, class CT, class IT>
std::ostream& operator<< ( std::ostream &  s,
const IndexedHeap< T, CT, IT > &  t 
) [inline]

Definition at line 9 of file creaImageIOIndexedHeap.txx.

00010 {
00011   s << "[";
00012   for (int i=0; i<t.size(); i++) s << t[i] << " "  ;
00013   s << "]";
00014   return s;
00015 }


Generated on Mon Jun 22 10:49:36 2009 for CreaImageIO by  doxygen 1.5.3