OpenAtom  Version1.5a
MapFile Class Reference

Public Member Functions

 MapFile (const char *name, int numpes)
 
 MapFile (const char *name, int num, int *size, int numpes, const char *order, int x, int y, int z, int t, int stride=1)
 
void setSize (int num, int *size)
 
void setAttributes (int num, int *size, char *order, int x, int y, int z, int t, int stride)
 
void dumpMap (MapType2 *map, char c)
 
void dumpMap (MapType3 *map, char c)
 
void dumpMap (MapType4 *map, char c)
 
void dumpMapCoords (MapType2 *map, char c)
 
void dumpMapCoords (MapType3 *map, char c)
 
void dumpMapCoords (MapType4 *map, char c)
 
int loadMap (const char *filename, MapType2 *map)
 
int loadMap (const char *filename, MapType3 *map)
 
int loadMap (const char *filename, MapType4 *map)
 

Private Attributes

char * mapName
 
int numDim
 
int * sizeDim
 
int numProcs
 
char * mapOrder
 
int Xmax
 
int Ymax
 
int Zmax
 
int Tmax
 
int stride
 

Detailed Description

Definition at line 16 of file MapFile.h.


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