| 
    Jpp test-rotations-old
    
   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.   | |
| JMultiGrid (const JGrid< abscissa_type > &bounds) | |
| Constructor.   | |
| bool | set (unsigned int index, const JGrid< abscissa_type > &bounds) | 
| Set bounds.   | |
| virtual const JGrid< abscissa_type > & | operator() (const key_type &key) const override | 
| Get abscissa values as a function of given key.   | |
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.
| JAbscissa_t JTOOLS::JMultiGrid< N, JAbscissa_t >::abscissa_type | 
Definition at line 29 of file JMultiGrid.hh.
| 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 | 
      
  | 
  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.