|
faunus
|
A mixin using spatial coordinates instead of cell coordinates when inserting or removing a member. More...
#include <celllistimpl.h>


Public Member Functions | |
| void | insertMember (const Member &member, const Point &new_position) |
| < point | |
| void | updateMemberAt (const Member &member, const Point &new_position) |
Public Member Functions inherited from Faunus::CellList::CellListReverseMap< TBase > | |
| void | addMember (const Member &member, const CellCoord &new_cell_coordinates) |
| void | removeMember (const Member &member) |
| void | updateMember (const Member &member, const CellCoord &new_cell_coordinates) |
| bool | containsMember (const Member &member) |
| returns true if member is present in the cell list false if not More... | |
| template<typename T > | |
| void | importMembers (CellListReverseMap &source, const T &members) |
| Imports members from other list without computing cell coordinates from member positions. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Faunus::CellList::CellListReverseMap< TBase > | |
| void | insert (const Member &member, const CellIndex &new_cell_index) |
| void | update (const Member &member, const CellIndex &new_cell_index) |
A mixin using spatial coordinates instead of cell coordinates when inserting or removing a member.
| TBase |
1.8.13