Jpp
|
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. More... | |
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 342 of file JMultiMapTransformer.hh.
typedef JArgument_t JTOOLS::JTransformable< N, JArgument_t >::argument_type |
Definition at line 344 of file JMultiMapTransformer.hh.
typedef JMultiMapTransformer<N, argument_type> JTOOLS::JTransformable< N, JArgument_t >::transformer_type |
Definition at line 345 of file JMultiMapTransformer.hh.
|
pure virtual |
Application of transformation.
transformer | function transformer |
Implemented in JTOOLS::JTransformableMultiFunction< JFunction1D_t, JMaplist_t, JDistance_t >, and JTOOLS::JTransformableMultiFunction< JFunction1D_t, JPDFMaplist_t, JTOOLS::JDistance< typename JFunction1D_t::argument_type > >.