ls1-MarDyn
ls1-MarDyn molecular dynamics code
|
#include <SimpleCellProcessor.h>
Public Member Functions | |
virtual void | initTraversal ()=0 |
virtual void | processCell (ParticleCellPointers &cell)=0 |
virtual void | endTraversal ()=0 |
simpler copy of the main CellProcessor.
|
pure virtual |
Called after the traversal finished.
Implemented in bhfmm::L2PCellProcessor, and bhfmm::P2MCellProcessor.
|
pure virtual |
called before the traversal starts.
numCells | number of cells in window |
Implemented in bhfmm::L2PCellProcessor, and bhfmm::P2MCellProcessor.
|
pure virtual |
Called when this cell is the current cell.
Implemented in bhfmm::L2PCellProcessor, and bhfmm::P2MCellProcessor.