geometry::VtxToEdgeSupportMap Class Reference
Class representing the map from vertex keys to EdgePatches. More...
#include <patches.hh>
Public Types | |
typedef HashMap< EdgePatch >::const_iterator | const_iterator |
typedef HashMap< EdgePatch >::iterator | iterator |
Public Member Functions | |
iterator | begin () |
const_iterator | begin () const |
iterator | end () |
const_iterator | end () const |
const EdgePatch & | operator() (uint noVtx) const |
Read Operator only. More... | |
EdgePatch & | operator[] (uint noVtx) |
Access operator to a Edgepatch corresponding to input keynumber. More... | |
VtxToEdgeSupportMap () | |
virtual | ~VtxToEdgeSupportMap () |
Protected Member Functions | |
std::ostream & | info (std::ostream &os) const |
Outputoperator. More... | |
Private Attributes | |
HashMap< EdgePatch > | map_ |
HashMap representing the map for being a node key. More... | |
Detailed Description
Class representing the map from vertex keys to EdgePatches.
Definition at line 420 of file patches.hh.
Member Typedef Documentation
◆ const_iterator
Definition at line 424 of file patches.hh.
◆ iterator
Definition at line 423 of file patches.hh.
Constructor & Destructor Documentation
◆ VtxToEdgeSupportMap()
|
inline |
Definition at line 426 of file patches.hh.
◆ ~VtxToEdgeSupportMap()
|
inlinevirtual |
Definition at line 428 of file patches.hh.
Member Function Documentation
◆ begin() [1/2]
|
inline |
Definition at line 432 of file patches.hh.
◆ begin() [2/2]
|
inline |
Definition at line 436 of file patches.hh.
◆ end() [1/2]
|
inline |
Definition at line 440 of file patches.hh.
◆ end() [2/2]
|
inline |
Definition at line 444 of file patches.hh.
◆ info()
|
protectedvirtual |
Outputoperator.
Reimplemented from concepts::OutputOperator.
◆ operator()()
|
inline |
Read Operator only.
- Parameters
-
noVtx keynumber of the requested ElementPatch
- Returns
- the requested ElementPatch.
Definition at line 463 of file patches.hh.
◆ operator[]()
|
inline |
Access operator to a Edgepatch corresponding to input keynumber.
- Parameters
-
noVtx Key of the requested EdgePatch
- Returns
- the EdgePatch corresponding to the given key,
Definition at line 453 of file patches.hh.
Member Data Documentation
◆ map_
HashMap representing the map for being a node key.
Definition at line 477 of file patches.hh.
The documentation for this class was generated from the following file:
- estimator/patches.hh