AutoPas  3.0.0
Loading...
Searching...
No Matches
VLCCellPairTraversalInterface.h
Go to the documentation of this file.
1
7#pragma once
8namespace autopas {
15template <class Particle_T>
17 public:
23
24 protected:
29};
30} // namespace autopas
Neighbor list to be used with VerletListsCells container.
Definition: VLCCellPairNeighborList.h:31
Interface for traversals used with VLCCellPairNeighborList.
Definition: VLCCellPairTraversalInterface.h:16
void setVerletList(VLCCellPairNeighborList< Particle_T > &verlet)
Sets the verlet list for the traversal to iterate over.
Definition: VLCCellPairTraversalInterface.h:22
VLCCellPairNeighborList< Particle_T > * _cellPairVerletList
The verlet list to iterate over.
Definition: VLCCellPairTraversalInterface.h:28
This is the main namespace of AutoPas.
Definition: AutoPasDecl.h:32