ug4
grid_objects_1d.h File Reference
#include "../grid/grid.h"
#include "common/math/ugmath.h"
#include "common/assert.h"
#include "grid_objects_0d.h"

Go to the source code of this file.

Classes

class  ug::ConstrainedEdge
 This edge is a sub-edge of a. More...
 
class  ug::ConstrainingEdge
 contains elements of type More...
 
class  ug::geometry_traits< ConstrainedEdge >
 
class  ug::geometry_traits< ConstrainingEdge >
 
class  ug::geometry_traits< RegularEdge >
 
class  ug::RegularEdge
 Edges connect two vertices. More...
 

Namespaces

 ug
 the ug namespace
 

Typedefs

typedef geometry_traits< ConstrainedEdge >::const_iterator ug::ConstConstrainedEdgeIterator
 
typedef geometry_traits< ConstrainingEdge >::const_iterator ug::ConstConstrainingEdgeIterator
 
typedef geometry_traits< ConstrainedEdge >::iterator ug::ConstrainedEdgeIterator
 
typedef geometry_traits< ConstrainingEdge >::iterator ug::ConstrainingEdgeIterator
 
typedef geometry_traits< RegularEdge >::const_iterator ug::ConstRegularEdgeIterator
 
typedef geometry_traits< RegularEdge >::iterator ug::RegularEdgeIterator
 

Enumerations

enum  ug::EdgeContainerSections { ug::CSEDGE_NONE = -1 , ug::CSEDGE_REGULAR_EDGE = 0 , ug::CSEDGE_CONSTRAINED_EDGE = 1 , ug::CSEDGE_CONSTRAINING_EDGE = 2 }
 These numbers define where in the edge-section-container an edge will be stored. More...