|
MEPP2 Project
|
#include <AIFProperties.h>


Public Member Functions | |
| T & | operator[] (const AIFVertex::ptr v) const |
| add operator[] for vertex_descriptor More... | |
| T & | operator[] (const AIFEdge::ptr v) const |
| add operator[] for edge_descriptor More... | |
| T & | operator[] (const AIFFace::ptr v) const |
| add operator[] for face_descriptor More... | |
| std::size_t | size (void) const |
| number of elements in the property map More... | |
| void | remove (std::size_t idx, std::size_t cLastIdx) |
Public Member Functions inherited from FEVV::DataStructures::AIF::BasePropertyMap | |
| virtual | ~BasePropertyMap () |
| virtual void | forcePolymorphic (void) |
Definition at line 379 of file AIFProperties.h.
|
inline |
add operator[] for edge_descriptor
Definition at line 390 of file AIFProperties.h.
|
inline |
add operator[] for face_descriptor
Definition at line 393 of file AIFProperties.h.
|
inline |
add operator[] for vertex_descriptor
Definition at line 387 of file AIFProperties.h.
|
inlinevirtual |
(Re)move one element in property map.
| idx | index of element to remove |
| cLastIdx | index of the last element of the cell container |
Reimplemented from FEVV::DataStructures::AIF::BasePropertyMap.
Definition at line 407 of file AIFProperties.h.

|
inline |
number of elements in the property map
Definition at line 396 of file AIFProperties.h.
