Base class for mesh classes in 2D which defines its outer boundary and inner boundaries. More...
#include <mesh.hh>


Public Member Functions | |
| void | addInnerBoundary (const Sequence< Edge2d * > &innerBoundary) |
Adds clones of the edges in innerBoundary as new inner boundary. | |
| const Sequence< Sequence < Edge2d * > > & | innerBoundary () const |
| const Sequence< Edge2d * > & | outerBoundary () const |
| virtual | ~InnerOuterBoundary2d () |
Protected Attributes | |
| Sequence< Sequence< Edge2d * > > | innerBoundary_ |
| Several internal boundaries given by edges in 2D. | |
| Sequence< Edge2d * > | outerBoundary_ |
| Outer boundary given by edges in 2D. | |
Base class for mesh classes in 2D which defines its outer boundary and inner boundaries.
| virtual concepts::InnerOuterBoundary2d::~InnerOuterBoundary2d | ( | ) | [virtual] |
Adds clones of the edges in innerBoundary as new inner boundary.
Sequence<Sequence<Edge2d*> > concepts::InnerOuterBoundary2d::innerBoundary_ [protected] |
Sequence<Edge2d*> concepts::InnerOuterBoundary2d::outerBoundary_ [protected] |