ergo
|
Saves the grid saving context. More...
Public Member Functions | |
StreamSaveContext (FILE *f, BoxPartitioner &p, unsigned maxShells, unsigned rank) | |
~StreamSaveContext () | |
Public Attributes | |
FILE * | stream |
int(* | shlBlocks )[2] |
BoxPartitioner & | partitioner |
unsigned | savedPoints |
unsigned | boxCount |
unsigned | myRank |
Saves the grid saving context.
Contains the information that is changed as the grid tree is traversed while it is being saved.
|
inline |
|
inline |
References shlBlocks.
unsigned StreamSaveContext::boxCount |
Referenced by Stream::saveAtomsRecursively().
unsigned StreamSaveContext::myRank |
Referenced by Stream::saveAtomsRecursively().
BoxPartitioner& StreamSaveContext::partitioner |
Referenced by Stream::saveAtomsRecursively().
unsigned StreamSaveContext::savedPoints |
Referenced by Stream::saveAtomsRecursively().
int(* StreamSaveContext::shlBlocks)[2] |
Referenced by Stream::saveAtomsRecursively(), and ~StreamSaveContext().
FILE* StreamSaveContext::stream |
Referenced by Stream::saveAtomsRecursively().