_cells | autopas::CellBasedParticleContainer< ParticleCell > | protected |
_stepsSinceLastRebuild | autopas::ParticleContainerInterface< ParticleCell::ParticleType > | protected |
addHaloParticle(const ParticleCell::ParticleType &haloParticle) | autopas::ParticleContainerInterface< ParticleCell::ParticleType > | inline |
addHaloParticleImpl(const ParticleCell::ParticleType &haloParticle)=0 | autopas::ParticleContainerInterface< ParticleCell::ParticleType > | protectedpure virtual |
addParticle(const ParticleCell::ParticleType &p) | autopas::ParticleContainerInterface< ParticleCell::ParticleType > | inline |
addParticleImpl(const ParticleCell::ParticleType &p)=0 | autopas::ParticleContainerInterface< ParticleCell::ParticleType > | protectedpure virtual |
begin(IteratorBehavior behavior=autopas::IteratorBehavior::ownedOrHalo, typename ContainerIterator< ParticleType, true, false >::ParticleVecType *additionalVectors=nullptr)=0 | autopas::ParticleContainerInterface< ParticleCell::ParticleType > | pure virtual |
begin(IteratorBehavior behavior=autopas::IteratorBehavior::ownedOrHalo, typename ContainerIterator< ParticleType, false, false >::ParticleVecType *additionalVectors=nullptr) const=0 | autopas::ParticleContainerInterface< ParticleCell::ParticleType > | pure virtual |
cbegin(IteratorBehavior behavior=autopas::IteratorBehavior::ownedOrHalo, typename ContainerIterator< ParticleType, false, false >::ParticleVecType *additionalVectors=nullptr) const final | autopas::ParticleContainerInterface< ParticleCell::ParticleType > | inlinevirtual |
CellBasedParticleContainer(const std::array< double, 3 > &boxMin, const std::array< double, 3 > &boxMax, const double cutoff, double skin, unsigned int rebuildFrequency) | autopas::CellBasedParticleContainer< ParticleCell > | inline |
CellBasedParticleContainer(const CellBasedParticleContainer &obj)=delete | autopas::CellBasedParticleContainer< ParticleCell > | |
computeInteractions(TraversalInterface *traversal)=0 | autopas::ParticleContainerInterface< ParticleCell::ParticleType > | pure virtual |
deleteAllParticles() override | autopas::CellBasedParticleContainer< ParticleCell > | inlinevirtual |
deleteHaloParticles()=0 | autopas::ParticleContainerInterface< ParticleCell::ParticleType > | pure virtual |
deleteParticle(ParticleCell::ParticleType &particle)=0 | autopas::ParticleContainerInterface< ParticleCell::ParticleType > | pure virtual |
deleteParticle(size_t cellIndex, size_t particleIndex)=0 | autopas::ParticleContainerInterface< ParticleCell::ParticleType > | pure virtual |
end() const | autopas::ParticleContainerInterface< ParticleCell::ParticleType > | inline |
getAllTraversals(const InteractionTypeOption interactionType) const | autopas::ParticleContainerInterface< ParticleCell::ParticleType > | inline |
getBoxMax() const final | autopas::CellBasedParticleContainer< ParticleCell > | inlinevirtual |
getBoxMin() const final | autopas::CellBasedParticleContainer< ParticleCell > | inlinevirtual |
getCells() const | autopas::CellBasedParticleContainer< ParticleCell > | inline |
getContainerType() const=0 | autopas::ParticleContainerInterface< ParticleCell::ParticleType > | pure virtual |
getCutoff() const final | autopas::CellBasedParticleContainer< ParticleCell > | inlinevirtual |
getInteractionLength() const final | autopas::CellBasedParticleContainer< ParticleCell > | inlinevirtual |
getNumberOfParticles(IteratorBehavior behavior) const override | autopas::CellBasedParticleContainer< ParticleCell > | inlinevirtual |
getParticle(size_t cellIndex, size_t particleIndex, IteratorBehavior iteratorBehavior) const=0 | autopas::ParticleContainerInterface< ParticleCell::ParticleType > | pure virtual |
getParticle(size_t cellIndex, size_t particleIndex, IteratorBehavior iteratorBehavior, const std::array< double, 3 > &boxMin, const std::array< double, 3 > &boxMax) const=0 | autopas::ParticleContainerInterface< ParticleCell::ParticleType > | pure virtual |
getParticle(size_t cellIndex, size_t particleIndex, IteratorBehavior iteratorBehavior, const std::array< double, 3 > &boxMin, const std::array< double, 3 > &boxMax) | autopas::ParticleContainerInterface< ParticleCell::ParticleType > | inline |
getParticle(size_t cellIndex, size_t particleIndex, IteratorBehavior iteratorBehavior) | autopas::ParticleContainerInterface< ParticleCell::ParticleType > | inline |
getParticleCellTypeEnum() const=0 | autopas::ParticleContainerInterface< ParticleCell::ParticleType > | pure virtual |
getRegionIterator(const std::array< double, 3 > &lowerCorner, const std::array< double, 3 > &higherCorner, IteratorBehavior behavior, typename ContainerIterator< ParticleType, true, true >::ParticleVecType *additionalVectors=nullptr)=0 | autopas::ParticleContainerInterface< ParticleCell::ParticleType > | pure virtual |
getRegionIterator(const std::array< double, 3 > &lowerCorner, const std::array< double, 3 > &higherCorner, IteratorBehavior behavior, typename ContainerIterator< ParticleType, false, true >::ParticleVecType *additionalVectors=nullptr) const=0 | autopas::ParticleContainerInterface< ParticleCell::ParticleType > | pure virtual |
getStepsSinceLastRebuild() const | autopas::ParticleContainerInterface< ParticleCell::ParticleType > | inlinevirtual |
getTraversalSelectorInfo() const=0 | autopas::ParticleContainerInterface< ParticleCell::ParticleType > | pure virtual |
getVerletSkin() const final | autopas::CellBasedParticleContainer< ParticleCell > | inlinevirtual |
operator=(const CellBasedParticleContainer &other)=delete | autopas::CellBasedParticleContainer< ParticleCell > | |
ParticleContainerInterface< ParticleCell::ParticleType >::operator=(const ParticleContainerInterface &other)=delete | autopas::ParticleContainerInterface< ParticleCell::ParticleType > | |
ParticleContainerInterface(double skin) | autopas::ParticleContainerInterface< ParticleCell::ParticleType > | inline |
ParticleContainerInterface(const ParticleContainerInterface &obj)=delete | autopas::ParticleContainerInterface< ParticleCell::ParticleType > | |
rebuildNeighborLists(TraversalInterface *traversal)=0 | autopas::ParticleContainerInterface< ParticleCell::ParticleType > | pure virtual |
reserve(size_t numParticles, size_t numParticlesHaloEstimate)=0 | autopas::ParticleContainerInterface< ParticleCell::ParticleType > | pure virtual |
setCutoff(double cutoff) final | autopas::CellBasedParticleContainer< ParticleCell > | inlinevirtual |
setStepsSinceLastRebuild(size_t stepsSinceLastRebuild) | autopas::ParticleContainerInterface< ParticleCell::ParticleType > | inlinevirtual |
size() const override | autopas::CellBasedParticleContainer< ParticleCell > | inlinevirtual |
updateContainer(bool keepNeighborListsValid)=0 | autopas::ParticleContainerInterface< ParticleCell::ParticleType > | pure virtual |
updateHaloParticle(const ParticleCell::ParticleType &haloParticle)=0 | autopas::ParticleContainerInterface< ParticleCell::ParticleType > | pure virtual |
~CellBasedParticleContainer() override=default | autopas::CellBasedParticleContainer< ParticleCell > | |
~ParticleContainerInterface()=default | autopas::ParticleContainerInterface< ParticleCell::ParticleType > | virtual |