|
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 |
References boxCount, myRank, partitioner, savedPoints, shlBlocks, and stream.
|
inline |
References shlBlocks.
| unsigned StreamSaveContext::boxCount |
Referenced by Stream::saveAtomsRecursively(), and StreamSaveContext().
| unsigned StreamSaveContext::myRank |
Referenced by Stream::saveAtomsRecursively(), and StreamSaveContext().
| BoxPartitioner& StreamSaveContext::partitioner |
Referenced by Stream::saveAtomsRecursively(), and StreamSaveContext().
| unsigned StreamSaveContext::savedPoints |
Referenced by Stream::saveAtomsRecursively(), Stream::saveThread(), Stream::saveToFile(), and StreamSaveContext().
| int(* StreamSaveContext::shlBlocks)[2] |
Referenced by Stream::saveAtomsRecursively(), StreamSaveContext(), and ~StreamSaveContext().
| FILE* StreamSaveContext::stream |
Referenced by Stream::saveAtomsRecursively(), and StreamSaveContext().