#include <patches.hh>
Public Types | |
typedef HashMap< EdgePatch >::iterator | iterator |
typedef HashMap< EdgePatch >::const_iterator | const_iterator |
Public Member Functions | |
iterator | begin () |
const_iterator | begin () const |
iterator | end () |
const_iterator | end () const |
EdgePatch & | operator[] (uint noVtx) |
const EdgePatch & | operator() (uint noVtx) const |
Protected Member Functions | |
std::ostream & | info (std::ostream &os) const |
Class representing the map from vertex keys to EdgePatches.
Definition at line 420 of file patches.hh.
Definition at line 424 of file patches.hh.
Definition at line 423 of file patches.hh.
|
inline |
Definition at line 426 of file patches.hh.
|
inlinevirtual |
Definition at line 428 of file patches.hh.
|
inline |
Definition at line 432 of file patches.hh.
|
inline |
Definition at line 436 of file patches.hh.
|
inline |
Definition at line 440 of file patches.hh.
|
inline |
Definition at line 444 of file patches.hh.
|
protectedvirtual |
Outputoperator.
Reimplemented from concepts::OutputOperator.
Read Operator only.
noVtx | keynumber of the requested ElementPatch |
Definition at line 463 of file patches.hh.
Access operator to a Edgepatch corresponding to input keynumber.
noVtx | Key of the requested EdgePatch |
Definition at line 453 of file patches.hh.