|
ug4
|
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 | |
| namespace | ug |
| the ug namespace | |
Functions | |
| template<class TIterDest , class TIterSrc > | |
| TIterDest | ug::iterator_cast (const TIterSrc &iter) |
| You should avoid casting whenever possible! | |