Jpp 19.3.0-rc.3
the software that should make you happy
|
Abstract interface for transformable multidimensional map. More...
#include <JMultiMapTransformer.hh>
Public Types | |
typedef JArgument_t | argument_type |
typedef JMultiMapTransformer< N, argument_type > | transformer_type |
Public Member Functions | |
virtual void | transform (const transformer_type &transformer)=0 |
Application of transformation. | |
Abstract interface for transformable multidimensional map.
The template parameters refer to the dimension of the map and the data type of the argument, respectively.
Definition at line 327 of file JMultiMapTransformer.hh.
JArgument_t JTOOLS::JTransformable< N, JArgument_t >::argument_type |
Definition at line 329 of file JMultiMapTransformer.hh.
JMultiMapTransformer<N, argument_type> JTOOLS::JTransformable< N, JArgument_t >::transformer_type |
Definition at line 330 of file JMultiMapTransformer.hh.
|
pure virtual |
Application of transformation.
transformer | function transformer |