Serialbox  2.2.0
Data serialization library and tools for C/C++, Python and Fortran
serialbox::stella::IJKSize Class Reference

Container for i, j, k Size. More...

#include <IJKSize.h>

Public Member Functions

 IJKSize (const IJKSize &other)
 
IJKSizeoperator= (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
 

Detailed Description

Container for i, j, k Size.

Definition at line 27 of file IJKSize.h.

Member Function Documentation

◆ Init()

void serialbox::stella::IJKSize::Init ( const int  iSize,
const int  jSize,
const int  kSize 
)
inline

Init the container.

Parameters
iSizesize in i dimension
jSizesize in j dimension
kSizesize in k dimension

Definition at line 55 of file IJKSize.h.


The documentation for this class was generated from the following file: