Jpp
|
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 |
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 291 of file JMultiMapTransformer.hh.
typedef JElement_t::abscissa_type JTOOLS::JMultiMapGetTransformer< N, JElement_t >::abscissa_type |
Definition at line 296 of file JMultiMapTransformer.hh.
typedef JElement_t::ordinate_type JTOOLS::JMultiMapGetTransformer< N, JElement_t >::ordinate_type |
Definition at line 297 of file JMultiMapTransformer.hh.
typedef JMultiMapTransformer<N, abscissa_type> JTOOLS::JMultiMapGetTransformer< N, JElement_t >::transformer_type |
Definition at line 299 of file JMultiMapTransformer.hh.
typedef transformer_type::const_array_type JTOOLS::JMultiMapGetTransformer< N, JElement_t >::const_array_type |
Definition at line 301 of file JMultiMapTransformer.hh.
|
inline |
Constructor.
__transformer | multidimensional map transformer |
__buffer | x0 - xn-1 values |
Definition at line 310 of file JMultiMapTransformer.hh.
|
inlinevirtual |
Transform element.
element | input element |
Implements JTOOLS::JCollectionElementTransformer< JElement_t >.
Definition at line 324 of file JMultiMapTransformer.hh.
|
private |
Definition at line 330 of file JMultiMapTransformer.hh.
|
private |
Definition at line 331 of file JMultiMapTransformer.hh.
|
private |
Definition at line 332 of file JMultiMapTransformer.hh.