#include <ReductionMgr.h>
Public Member Functions | |
| BigReal | item (int i) const |
| void | require (void) |
| ~RequireReduction (void) | |
Friends | |
| class | ReductionMgr |
|
|
Definition at line 286 of file ReductionMgr.h. References ReductionMgr::remove(). 00286 { delete currentData; master->remove(this); }
|
|
|
Definition at line 282 of file ReductionMgr.h. References BigReal. Referenced by Controller::compareChecksums(), Controller::correctMomentum(), PressureProfileReduction::getData(), Controller::printDynamicsEnergies(), Controller::printEnergies(), Controller::printMinimizeEnergies(), and Controller::receivePressure(). 00282 { return data[i]; }
|
|
|
Definition at line 283 of file ReductionMgr.h. References ReductionMgr::require(). Referenced by PressureProfileReduction::getData(), and Controller::receivePressure(). 00283 {
00284 master->require(this);
00285 }
|
|
|
Definition at line 274 of file ReductionMgr.h. |
1.3.9.1