Jpp
18.0.0-rc.1
the software that should make you happy
|
Abstract interface for abscissa values of a multidimensional map. More...
#include <JAbstractMultiMap.hh>
Public Types | |
typedef JAbscissa_t | abscissa_type |
typedef JMultiKey< N-1, abscissa_type > | key_type |
Public Member Functions | |
virtual | ~JAbstractMultiMap () |
Virtual destructor. More... | |
virtual const JAbstractCollection < abscissa_type > & | operator() (const key_type &key) const =0 |
Get abscissa values as a function of given key. More... | |
Abstract interface for abscissa values of a multidimensional map.
The template parameters refer to the dimension of the multimap and the data type of the abscissa values, respectively.
Definition at line 24 of file JAbstractMultiMap.hh.
typedef JAbscissa_t JTOOLS::JAbstractMultiMap< N, JAbscissa_t >::abscissa_type |
Definition at line 27 of file JAbstractMultiMap.hh.
typedef JMultiKey<N - 1, abscissa_type> JTOOLS::JAbstractMultiMap< N, JAbscissa_t >::key_type |
Definition at line 28 of file JAbstractMultiMap.hh.
|
inlinevirtual |
|
pure virtual |
Get abscissa values as a function of given key.
key | key |
Implemented in JTOOLS::JMultiGrid< N, JAbscissa_t >, and JTOOLS::JMultiSet< N, JAbscissa_t >.