Jpp
17.3.0
the software that should make you happy
|
Auxiliary class to convert JMultiMapTransformer to JCollectionElementTransformer. More...
#include <JMultiMapTransformer.hh>
Public Types | |
typedef JElement_t::abscissa_type | abscissa_type |
typedef JElement_t::ordinate_type | ordinate_type |
typedef JMultiMapTransformer < N, abscissa_type > | transformer_type |
typedef transformer_type::const_array_type | const_array_type |
Public Member Functions | |
JMultiMapGetTransformer (const transformer_type &__transformer, const_array_type &__buffer) | |
Constructor. More... | |
virtual JElement_t | operator() (const JElement_t &element) const override |
Transform element. More... | |
Private Attributes | |
const transformer_type & | transformer |
const_array_type | buffer |
const double | W |
Auxiliary class to convert JMultiMapTransformer to JCollectionElementTransformer.
This class implements the JCollectionElementTransformer interface.
Definition at line 276 of file JMultiMapTransformer.hh.
typedef JElement_t::abscissa_type JTOOLS::JMultiMapGetTransformer< N, JElement_t >::abscissa_type |
Definition at line 281 of file JMultiMapTransformer.hh.
typedef JElement_t::ordinate_type JTOOLS::JMultiMapGetTransformer< N, JElement_t >::ordinate_type |
Definition at line 282 of file JMultiMapTransformer.hh.
typedef JMultiMapTransformer<N, abscissa_type> JTOOLS::JMultiMapGetTransformer< N, JElement_t >::transformer_type |
Definition at line 284 of file JMultiMapTransformer.hh.
typedef transformer_type::const_array_type JTOOLS::JMultiMapGetTransformer< N, JElement_t >::const_array_type |
Definition at line 286 of file JMultiMapTransformer.hh.
|
inline |
Constructor.
__transformer | multidimensional map transformer |
__buffer | x0 - xn-1 values |
Definition at line 295 of file JMultiMapTransformer.hh.
|
inlineoverridevirtual |
Transform element.
element | input element |
Implements JTOOLS::JCollectionElementTransformer< JElement_t >.
Definition at line 309 of file JMultiMapTransformer.hh.
|
private |
Definition at line 315 of file JMultiMapTransformer.hh.
|
private |
Definition at line 316 of file JMultiMapTransformer.hh.
|
private |
Definition at line 317 of file JMultiMapTransformer.hh.