|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) MINIorX
OPALX
|
#include "OPALTypes.h"#include "Utility/IpplInfo.h"#include "H5hut.h"#include <map>#include <string>Go to the source code of this file.
Classes | |
| class | H5PartWrapper |
Macros | |
| #define | REPORTONERROR(rc) |
| #define | READFILEATTRIB(type, file, name, value) |
| #define | WRITESTRINGFILEATTRIB(file, name, value) |
| #define | WRITEFILEATTRIB(type, file, name, value, length) |
| #define | READSTEPATTRIB(type, file, name, value) |
| #define | WRITESTRINGSTEPATTRIB(file, name, value) |
| #define | WRITESTEPATTRIB(type, file, name, value, length) |
| #define | READDATA(type, file, name, value) |
| #define | WRITEDATA(type, file, name, value) |
| #define READDATA | ( | type, | |
| file, | |||
| name, | |||
| value ) |
Definition at line 35 of file H5PartWrapper.h.
Referenced by H5PartWrapper::copyStepData(), and H5PartWrapperForPT::readStepData().
| #define READFILEATTRIB | ( | type, | |
| file, | |||
| name, | |||
| value ) |
Definition at line 21 of file H5PartWrapper.h.
Referenced by H5PartWrapper::copyHeader(), and H5PartWrapperForPT::readHeader().
| #define READSTEPATTRIB | ( | type, | |
| file, | |||
| name, | |||
| value ) |
Definition at line 28 of file H5PartWrapper.h.
Referenced by H5PartWrapper::copyFile(), H5PartWrapper::copyStepHeader(), H5PartWrapper::getLastPosition(), and H5PartWrapperForPT::readStepHeader().
| #define REPORTONERROR | ( | rc | ) |
H5PartWrapper: a class that manages calls to H5Part
Definition at line 20 of file H5PartWrapper.h.
Referenced by H5PartWrapper::close(), H5PartWrapper::copyFile(), H5PartWrapper::copyHeader(), H5PartWrapper::copyStep(), H5PartWrapper::copyStepData(), H5PartWrapper::copyStepHeader(), H5PartWrapper::getLastPosition(), H5PartWrapper::getNumParticles(), H5PartWrapperForPT::readHeader(), H5PartWrapperForPT::readStep(), H5PartWrapperForPT::readStepData(), H5PartWrapperForPT::writeStepData(), and H5PartWrapperForPT::writeStepHeader().
| #define WRITEDATA | ( | type, | |
| file, | |||
| name, | |||
| value ) |
Definition at line 36 of file H5PartWrapper.h.
Referenced by H5PartWrapper::copyStepData(), and H5PartWrapperForPT::writeStepData().
| #define WRITEFILEATTRIB | ( | type, | |
| file, | |||
| name, | |||
| value, | |||
| length ) |
Definition at line 25 of file H5PartWrapper.h.
Referenced by H5PartWrapper::copyHeader(), H5PartWrapper::storeCavityInformation(), and H5PartWrapperForPT::writeHeader().
| #define WRITESTEPATTRIB | ( | type, | |
| file, | |||
| name, | |||
| value, | |||
| length ) |
Definition at line 32 of file H5PartWrapper.h.
Referenced by H5PartWrapper::copyStepHeader(), and H5PartWrapperForPT::writeStepHeader().
| #define WRITESTRINGFILEATTRIB | ( | file, | |
| name, | |||
| value ) |
Definition at line 23 of file H5PartWrapper.h.
Referenced by H5PartWrapper::copyHeader(), H5PartWrapper::storeCavityInformation(), and H5PartWrapperForPT::writeHeader().
| #define WRITESTRINGSTEPATTRIB | ( | file, | |
| name, | |||
| value ) |
Definition at line 30 of file H5PartWrapper.h.
Referenced by H5PartWrapper::copyStepHeader(), and H5PartWrapperForPT::writeStepHeader().