AutoPas  3.0.0
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
autopas::VLCCellPairTraversalInterface< Particle_T > Class Template Reference

Interface for traversals used with VLCCellPairNeighborList. More...

#include <VLCCellPairTraversalInterface.h>

Inheritance diagram for autopas::VLCCellPairTraversalInterface< Particle_T >:
Inheritance graph
[legend]

Public Member Functions

void setVerletList (VLCCellPairNeighborList< Particle_T > &verlet)
 Sets the verlet list for the traversal to iterate over.
 

Protected Attributes

VLCCellPairNeighborList< Particle_T > * _cellPairVerletList
 The verlet list to iterate over.
 

Detailed Description

template<class Particle_T>
class autopas::VLCCellPairTraversalInterface< Particle_T >

Interface for traversals used with VLCCellPairNeighborList.

Allows the distinction of traversals that are only usable for VLCCellPairNeighborList and not compatible with the VLCAllCellsNeighborList within the VerletListsCells container.

Template Parameters
Particle_Ttype of particle

Member Function Documentation

◆ setVerletList()

template<class Particle_T >
void autopas::VLCCellPairTraversalInterface< Particle_T >::setVerletList ( VLCCellPairNeighborList< Particle_T > &  verlet)
inline

Sets the verlet list for the traversal to iterate over.

Parameters
verletThe verlet list to iterate over.

The documentation for this class was generated from the following files: