Web Analytics Made Easy - Statcounter
Skip to content

Class SBSNeighborSearchPositionGrid::GridCell#

ClassList > SBSNeighborSearchPositionGrid > GridCell

Public Attributes#

Type Name
SBIndexer< unsigned int > * indexIndexer

Public Functions#

Type Name
GridCell (unsigned int i)
void addParticle (unsigned int p)
void removeParticle (unsigned int p)
virtual ~GridCell ()

Public Attributes Documentation#

variable indexIndexer#

SBIndexer<unsigned int>* SBSNeighborSearchPositionGrid::GridCell::indexIndexer;

Public Functions Documentation#

function GridCell#

inline SBSNeighborSearchPositionGrid::GridCell::GridCell (
    unsigned int i
) 

function addParticle#

inline void SBSNeighborSearchPositionGrid::GridCell::addParticle (
    unsigned int p
) 

function removeParticle#

inline void SBSNeighborSearchPositionGrid::GridCell::removeParticle (
    unsigned int p
) 

function ~GridCell#

inline virtual SBSNeighborSearchPositionGrid::GridCell::~GridCell ()