#include <ReductionMgr.h>
Public Member Functions | |
| BigReal | item (int i) const |
| void | require (void) |
| ~RequireReduction (void) | |
Friends | |
| class | ReductionMgr |
|
|
Definition at line 311 of file ReductionMgr.h. References ReductionMgr::remove(). 00311 { delete currentData; master->remove(this); }
|
|
|
Definition at line 307 of file ReductionMgr.h. References BigReal. Referenced by Controller::compareChecksums(), Controller::correctMomentum(), PressureProfileReduction::getData(), Controller::printDynamicsEnergies(), Controller::printEnergies(), Controller::printMinimizeEnergies(), and Controller::receivePressure(). 00307 { return data[i]; }
|
|
|
Definition at line 308 of file ReductionMgr.h. References ReductionMgr::require(). Referenced by PressureProfileReduction::getData(), and Controller::receivePressure(). 00308 {
00309 master->require(this);
00310 }
|
|
|
Definition at line 299 of file ReductionMgr.h. |
1.3.9.1