Jpp
18.2.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 | |
JMultiMapPutTransformer (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 225 of file JMultiMapTransformer.hh.
typedef JElement_t::abscissa_type JTOOLS::JMultiMapPutTransformer< N, JElement_t >::abscissa_type |
Definition at line 230 of file JMultiMapTransformer.hh.
typedef JElement_t::ordinate_type JTOOLS::JMultiMapPutTransformer< N, JElement_t >::ordinate_type |
Definition at line 231 of file JMultiMapTransformer.hh.
typedef JMultiMapTransformer<N, abscissa_type> JTOOLS::JMultiMapPutTransformer< N, JElement_t >::transformer_type |
Definition at line 233 of file JMultiMapTransformer.hh.
typedef transformer_type::const_array_type JTOOLS::JMultiMapPutTransformer< N, JElement_t >::const_array_type |
Definition at line 235 of file JMultiMapTransformer.hh.
|
inline |
Constructor.
__transformer | multidimensional map transformer |
__buffer | x0 - xn-1 values |
Definition at line 244 of file JMultiMapTransformer.hh.
|
inlineoverridevirtual |
Transform element.
element | input element |
Implements JTOOLS::JCollectionElementTransformer< JElement_t >.
Definition at line 258 of file JMultiMapTransformer.hh.
|
private |
Definition at line 264 of file JMultiMapTransformer.hh.
|
private |
Definition at line 265 of file JMultiMapTransformer.hh.
|
private |
Definition at line 266 of file JMultiMapTransformer.hh.