#include <lemon/maps.h>
Inherits MapBase< M::Key, M::Value >.
Inheritance diagram for ScaleMap:
Key
and Value
is inherited from M
.Actually,
ScaleMap<X> sc(x,v);
ConstMap<X::Key, X::Value> c_tmp(v); MulMap<X, ConstMap<X::Key, X::Value> > sc(x,v);
Public Member Functions | |
ScaleMap (const M &_m, const C &_v) | |
Constructor. | |
Related Functions | |
(Note that these are not member functions.) | |
ScaleMap< M, C > | scaleMap (const M &m, const C &v) |
Returns an ScaleMap class. |
ScaleMap | ( | const M & | _m, | |
const C & | _v | |||
) | [inline] |
Constructor
_m | is the undelying map | |
_v | is the scaling value |