ug4
Loading...
Searching...
No Matches
grid_base_object_traits.h File Reference

Go to the source code of this file.

Classes

class  ug::geometry_traits< TElem >
 
class  ug::geometry_traits< Edge >
 
class  ug::geometry_traits< Face >
 
class  ug::geometry_traits< GridObject >
 
class  ug::geometry_traits< Vertex >
 
class  ug::geometry_traits< Volume >
 

Namespaces

namespace  ug
 the ug namespace
 

Typedefs

typedef ElementStorage< Edge >::SectionContainer::const_iterator ug::ConstEdgeIterator
 
typedef ElementStorage< Face >::SectionContainer::const_iterator ug::ConstFaceIterator
 
typedef ElementStorage< Vertex >::SectionContainer::const_iterator ug::ConstVertexIterator
 
typedef ElementStorage< Volume >::SectionContainer::const_iterator ug::ConstVolumeIterator
 
typedef ElementStorage< Edge >::SectionContainer::iterator ug::EdgeIterator
 
typedef ElementStorage< Face >::SectionContainer::iterator ug::FaceIterator
 
typedef ElementStorage< Vertex >::SectionContainer::iterator ug::VertexIterator
 This Iterator will be used as base-class for iterators of specialized geometric objects.
 
typedef ElementStorage< Volume >::SectionContainer::iterator ug::VolumeIterator