ug4
generic_grid_object_iterator.h File Reference

Go to the source code of this file.

Classes

class  ug::ConstGenericGridObjectIterator< TValue, TBaseIterator, TConstBaseIterator >
 Use this class as a tool to create const_iterators to your own geometric objects. More...
 
class  ug::GenericGridObjectIterator< TValue, TBaseIterator >
 Use this class as a tool to create iterators to your own geometric objects. More...
 

Namespaces

 ug
 the ug namespace
 

Functions

template<class TIterDest , class TIterSrc >
TIterDest ug::iterator_cast (const TIterSrc &iter)
 You should avoid casting whenever possible! More...