|
ESyS-Particle
2.3.4
|
#include <CheckPointInfo.h>

Classes | |
| class | Impl |
Public Member Functions | |
| CheckPointInfo () | |
| ~CheckPointInfo () | |
| bool | operator== (const CheckPointInfo &cpInfo) const |
| const GeometryInfo & | getGeometryInfo () const |
| void | setGeometryInfo (const GeometryInfo &geoInfo) |
| const StringVector & | getLatticeDataFiles () const |
| void | setLatticeDataFiles (const StringVector &fileNames) |
| int | getNumTimeSteps () const |
| void | setNumTimeSteps (int numTimeSteps) |
| int | getTimeStep () const |
| void | setTimeStep (int timeStep) |
| double | getTimeStepSize () const |
| void | setTimeStepSize (double timeStepSize) |
| void | read (std::istream &iStream) |
| void | write (std::ostream &oStream) const |
Protected Member Functions | |
| CheckPointInfo (const CheckPointInfo &cpInfo) | |
| CheckPointInfo & | operator= (const CheckPointInfo &cpInfo) |
Private Attributes | |
| Impl * | m_pImpl |
Summary of LSM check-point information.
| esys::lsm::CheckPointInfo::CheckPointInfo | ( | ) |
| esys::lsm::CheckPointInfo::~CheckPointInfo | ( | ) |
References m_pImpl.
|
protected |
| const GeometryInfo & esys::lsm::CheckPointInfo::getGeometryInfo | ( | ) | const |
References esys::lsm::CheckPointInfo::Impl::m_geoInfo, and m_pImpl.
Referenced by CLatticeMaster::loadCheckPointData().

| const StringVector & esys::lsm::CheckPointInfo::getLatticeDataFiles | ( | ) | const |
References esys::lsm::CheckPointInfo::Impl::m_fileNames, and m_pImpl.
| int esys::lsm::CheckPointInfo::getNumTimeSteps | ( | ) | const |
| int esys::lsm::CheckPointInfo::getTimeStep | ( | ) | const |
References m_pImpl, and esys::lsm::CheckPointInfo::Impl::m_timeStep.
Referenced by CLatticeMaster::loadCheckPointData().

| double esys::lsm::CheckPointInfo::getTimeStepSize | ( | ) | const |
|
protected |
| bool esys::lsm::CheckPointInfo::operator== | ( | const CheckPointInfo & | cpInfo | ) | const |
References m_pImpl.
| void esys::lsm::CheckPointInfo::read | ( | std::istream & | iStream | ) |
References m_pImpl, and esys::lsm::CheckPointInfo::Impl::read().
Referenced by CLatticeMaster::loadCheckPointData().


| void esys::lsm::CheckPointInfo::setGeometryInfo | ( | const GeometryInfo & | geoInfo | ) |
References esys::lsm::CheckPointInfo::Impl::m_geoInfo, and m_pImpl.
Referenced by CheckPointController::issueCheckPointCmd(), CheckPointController::issueCheckPointCmdWTM(), and CheckPointController::issueSnapShotCmd().

| void esys::lsm::CheckPointInfo::setLatticeDataFiles | ( | const StringVector & | fileNames | ) |
References esys::lsm::CheckPointInfo::Impl::m_fileNames, and m_pImpl.
Referenced by CheckPointController::issueCheckPointCmd(), CheckPointController::issueCheckPointCmdWTM(), and CheckPointController::issueSnapShotCmd().

| void esys::lsm::CheckPointInfo::setNumTimeSteps | ( | int | numTimeSteps | ) |
References esys::lsm::CheckPointInfo::Impl::m_numTimeSteps, and m_pImpl.
Referenced by CheckPointController::issueCheckPointCmd(), CheckPointController::issueCheckPointCmdWTM(), and CheckPointController::issueSnapShotCmd().

| void esys::lsm::CheckPointInfo::setTimeStep | ( | int | timeStep | ) |
References m_pImpl, and esys::lsm::CheckPointInfo::Impl::m_timeStep.
Referenced by CheckPointController::issueCheckPointCmd(), CheckPointController::issueCheckPointCmdWTM(), and CheckPointController::issueSnapShotCmd().

| void esys::lsm::CheckPointInfo::setTimeStepSize | ( | double | timeStepSize | ) |
References m_pImpl, and esys::lsm::CheckPointInfo::Impl::m_timeStepSize.
Referenced by CheckPointController::issueCheckPointCmd(), CheckPointController::issueCheckPointCmdWTM(), and CheckPointController::issueSnapShotCmd().

| void esys::lsm::CheckPointInfo::write | ( | std::ostream & | oStream | ) | const |
References m_pImpl, and esys::lsm::CheckPointInfo::Impl::write().
Referenced by CheckPointController::issueCheckPointCmd(), CheckPointController::issueCheckPointCmdWTM(), and CheckPointController::issueSnapShotCmd().


|
private |