Container for i, j, k Size.  
 More...
#include <IJKSize.h>
|  | 
|  | IJKSize (const IJKSize &other) | 
|  | 
| IJKSize & | operator= (const IJKSize &other) | 
|  | 
| bool | operator== (const IJKSize &other) const | 
|  | 
| void | Init (const int iSize, const int jSize, const int kSize) | 
|  | Init the container.  More... 
 | 
|  | 
| int | iSize () const | 
|  | Size in i dimension. 
 | 
|  | 
| int | jSize () const | 
|  | Size in j dimension. 
 | 
|  | 
| int | kSize () const | 
|  | Size in k dimension. 
 | 
|  | 
| bool | empty () const | 
|  | 
Container for i, j, k Size. 
Definition at line 27 of file IJKSize.h.
◆ Init()
  
  | 
        
          | void serialbox::stella::IJKSize::Init | ( | const int | iSize, |  
          |  |  | const int | jSize, |  
          |  |  | const int | kSize |  
          |  | ) |  |  |  | inline | 
 
Init the container. 
- Parameters
- 
  
    | iSize | size in i dimension |  | jSize | size in j dimension |  | kSize | size in k dimension |  
 
Definition at line 55 of file IJKSize.h.
 
 
The documentation for this class was generated from the following file: