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