| 
    Jpp
    18.2.0-rc.1
    
   the software that should make you happy 
   | 
 
Simple data structure for an abstract multidimensional map of equidistant elements. More...
#include <JMultiGrid.hh>
  
 Public Types | |
| typedef JAbscissa_t | abscissa_type | 
| typedef JMultiKey< N-1,  abscissa_type >  | key_type | 
Public Member Functions | |
| JMultiGrid () | |
| Default constructor.  More... | |
| JMultiGrid (const JGrid< abscissa_type > &bounds) | |
| Constructor.  More... | |
| bool | set (unsigned int index, const JGrid< abscissa_type > &bounds) | 
| Set bounds.  More... | |
| virtual const JGrid < abscissa_type > &  | operator() (const key_type &key) const override | 
| Get abscissa values as a function of given key.  More... | |
Protected Attributes | |
| JGrid< JAbscissa_t > | bounds | 
Simple data structure for an abstract multidimensional map of equidistant elements.
This class implements the JAbstractMultiMap interface.
Definition at line 24 of file JMultiGrid.hh.
| typedef JAbscissa_t JTOOLS::JMultiGrid< N, JAbscissa_t >::abscissa_type | 
Definition at line 29 of file JMultiGrid.hh.
| typedef JMultiKey<N - 1, abscissa_type> JTOOLS::JMultiGrid< N, JAbscissa_t >::key_type | 
Definition at line 30 of file JMultiGrid.hh.
      
  | 
  inline | 
Default constructor.
Definition at line 38 of file JMultiGrid.hh.
      
  | 
  inline | 
Constructor.
| bounds | bounds | 
Definition at line 48 of file JMultiGrid.hh.
      
  | 
  inline | 
Set bounds.
| index | index of dimension | 
| bounds | bounds | 
Definition at line 62 of file JMultiGrid.hh.
      
  | 
  inlineoverridevirtual | 
Get abscissa values as a function of given key.
| key | key | 
Implements JTOOLS::JAbstractMultiMap< N, JAbscissa_t >.
Definition at line 83 of file JMultiGrid.hh.
      
  | 
  protected | 
Definition at line 89 of file JMultiGrid.hh.
 1.8.5