ls1-MarDyn
ls1-MarDyn molecular dynamics code
Public Member Functions | List of all members
bhfmm::SimpleCellProcessor Class Referenceabstract

#include <SimpleCellProcessor.h>

Inheritance diagram for bhfmm::SimpleCellProcessor:
bhfmm::L2PCellProcessor bhfmm::P2MCellProcessor

Public Member Functions

virtual void initTraversal ()=0
 
virtual void processCell (ParticleCellPointers &cell)=0
 
virtual void endTraversal ()=0
 

Detailed Description

simpler copy of the main CellProcessor.

Author
tchipevn

Member Function Documentation

◆ endTraversal()

virtual void bhfmm::SimpleCellProcessor::endTraversal ( )
pure virtual

Called after the traversal finished.

Implemented in bhfmm::L2PCellProcessor, and bhfmm::P2MCellProcessor.

◆ initTraversal()

virtual void bhfmm::SimpleCellProcessor::initTraversal ( )
pure virtual

called before the traversal starts.

Parameters
numCellsnumber of cells in window

Implemented in bhfmm::L2PCellProcessor, and bhfmm::P2MCellProcessor.

◆ processCell()

virtual void bhfmm::SimpleCellProcessor::processCell ( ParticleCellPointers cell)
pure virtual

Called when this cell is the current cell.

Note
will not be called for empty cells.

Implemented in bhfmm::L2PCellProcessor, and bhfmm::P2MCellProcessor.


The documentation for this class was generated from the following file: