DGtal
1.5.beta
|
Aim: This class adapts any map of the STL to match with the CVertexMap concept. More...
#include <DGtal/graph/STLMapToVertexMapAdapter.h>
Public Types | |
typedef STLMapToVertexMapAdapter< TMap > | Self |
typedef TMap | Container |
typedef Container::value_compare | Compare |
typedef Container::allocator_type | Allocator |
typedef Container::key_type | Vertex |
typedef Container::mapped_type | Value |
Public Member Functions | |
STLMapToVertexMapAdapter () | |
template<class InputIterator > | |
STLMapToVertexMapAdapter (InputIterator first, InputIterator last, const Compare &comp=Compare(), const Allocator &alloc=Allocator()) | |
STLMapToVertexMapAdapter (STLMapToVertexMapAdapter &other) | |
void | setValue (Vertex v, Value val) |
Value | operator() (Vertex v) |
Aim: This class adapts any map of the STL to match with the CVertexMap concept.
Description of template class 'STLMapToVertexMapAdapter'
TMap | the type of the associative container. |
Definition at line 61 of file STLMapToVertexMapAdapter.h.
typedef Container::allocator_type DGtal::STLMapToVertexMapAdapter< TMap >::Allocator |
Definition at line 69 of file STLMapToVertexMapAdapter.h.
typedef Container::value_compare DGtal::STLMapToVertexMapAdapter< TMap >::Compare |
Definition at line 68 of file STLMapToVertexMapAdapter.h.
typedef TMap DGtal::STLMapToVertexMapAdapter< TMap >::Container |
Definition at line 67 of file STLMapToVertexMapAdapter.h.
typedef STLMapToVertexMapAdapter<TMap> DGtal::STLMapToVertexMapAdapter< TMap >::Self |
Definition at line 66 of file STLMapToVertexMapAdapter.h.
typedef Container::mapped_type DGtal::STLMapToVertexMapAdapter< TMap >::Value |
Definition at line 71 of file STLMapToVertexMapAdapter.h.
typedef Container::key_type DGtal::STLMapToVertexMapAdapter< TMap >::Vertex |
Definition at line 70 of file STLMapToVertexMapAdapter.h.
|
inline |
Definition at line 82 of file STLMapToVertexMapAdapter.h.
|
inline |
Definition at line 84 of file STLMapToVertexMapAdapter.h.
|
inline |
Definition at line 88 of file STLMapToVertexMapAdapter.h.
|
inline |
Definition at line 96 of file STLMapToVertexMapAdapter.h.
|
inline |
Definition at line 91 of file STLMapToVertexMapAdapter.h.