#include <patches.hh>
Public Types | |
typedef HashMap< ElementPatch >::iterator | iterator |
typedef HashMap< ElementPatch >::const_iterator | const_iterator |
Public Member Functions | |
VtxToElmSupportMap () | |
VtxToElmSupportMap (VtxToElmSupportMap &velmMap) | |
iterator | begin () |
const_iterator | begin () const |
iterator | end () |
const_iterator | end () const |
size_t | size () const |
ElementPatch & | operator[] (uint noVtx) |
const ElementPatch & | operator() (uint noVtx) const |
std::ostream & | info (std::ostream &os) const |
Class representing the map from Node keys to ElementPatches.
Definition at line 339 of file patches.hh.
typedef HashMap<ElementPatch>::const_iterator geometry::VtxToElmSupportMap::const_iterator |
Definition at line 343 of file patches.hh.
typedef HashMap<ElementPatch>::iterator geometry::VtxToElmSupportMap::iterator |
Definition at line 342 of file patches.hh.
|
inline |
Default Constructor.
Definition at line 348 of file patches.hh.
|
inline |
Copy Constructor.
Definition at line 354 of file patches.hh.
|
inlinevirtual |
Definition at line 360 of file patches.hh.
|
inline |
Definition at line 365 of file patches.hh.
|
inline |
Definition at line 369 of file patches.hh.
|
inline |
Definition at line 373 of file patches.hh.
|
inline |
Definition at line 377 of file patches.hh.
|
virtual |
Outputoperator.
Reimplemented from concepts::OutputOperator.
|
inline |
Read Operator only.
noVtx | keynumber of the requested ElementPatch |
Definition at line 400 of file patches.hh.
|
inline |
Access operator to a Elementpatch corresponding to input keynumber.
noVtx | Key of the requested ElementPatch |
Definition at line 390 of file patches.hh.
|
inline |
Definition at line 381 of file patches.hh.