Interface for all traversals for VarVerletLists containers.
More...
#include <VVLTraversalInterface.h>
|
| VVLTraversalInterface ()=default |
| Constructor of VVLTraversalInterface.
|
|
virtual | ~VVLTraversalInterface ()=default |
| Virtual default destructor.
|
|
virtual void | setNeighborListToTraverse (NeighborList &neighborList) |
| Sets the neighbor list to traverse.
|
|
|
NeighborList * | _neighborList |
| The neighbor list to traverse.
|
|
template<class NeighborList>
class autopas::VVLTraversalInterface< NeighborList >
Interface for all traversals for VarVerletLists containers.
- Template Parameters
-
NeighborList | The neighbor list type of the container to traverse. |
◆ setNeighborListToTraverse()
template<class NeighborList >
Sets the neighbor list to traverse.
- Parameters
-
neighborList | the neighbor list to traverse. |
The documentation for this class was generated from the following file: