_boxMax | autopas::OctreeNodeInterface< Particle_T > | protected |
_boxMin | autopas::OctreeNodeInterface< Particle_T > | protected |
_cellLock | autopas::ParticleCell< Particle_T > | mutableprotected |
_cellSizeFactor | autopas::OctreeNodeInterface< Particle_T > | protected |
_interactionLength | autopas::OctreeNodeInterface< Particle_T > | protected |
_ownershipState | autopas::ParticleCell< Particle_T > | protected |
_ownershipStateDefined | autopas::ParticleCell< Particle_T > | protected |
_parent | autopas::OctreeNodeInterface< Particle_T > | protected |
_particles | autopas::FullParticleCell< Particle_T > | |
_particleSoABuffer | autopas::FullParticleCell< Particle_T > | |
_treeSplitThreshold | autopas::OctreeNodeInterface< Particle_T > | protected |
addParticle(const Particle_T &p) override | autopas::FullParticleCell< Particle_T > | inlinevirtual |
appendAllLeafBoxes(std::vector< std::pair< std::array< double, 3 >, std::array< double, 3 > > > &boxes) const override | autopas::OctreeLeafNode< Particle_T > | inlinevirtual |
appendAllLeaves(std::vector< OctreeLeafNode< Particle_T > * > &leaves) const override | autopas::OctreeLeafNode< Particle_T > | inlinevirtual |
at(size_t index) | autopas::FullParticleCell< Particle_T > | inline |
at(size_t index) const | autopas::FullParticleCell< Particle_T > | inline |
begin() | autopas::FullParticleCell< Particle_T > | inline |
begin() const | autopas::FullParticleCell< Particle_T > | inline |
clear() override | autopas::FullParticleCell< Particle_T > | inlinevirtual |
clearChildren(std::unique_ptr< OctreeNodeInterface< Particle_T > > &ref) override | autopas::OctreeLeafNode< Particle_T > | inlinevirtual |
collectAllParticles(std::vector< Particle_T * > &ps) const override | autopas::OctreeLeafNode< Particle_T > | inlinevirtual |
deleteByIndex(size_t index) override | autopas::FullParticleCell< Particle_T > | inlinevirtual |
deleteDummyParticles() override | autopas::FullParticleCell< Particle_T > | inlinevirtual |
deleteParticle(Particle_T &particle) override | autopas::OctreeLeafNode< Particle_T > | inlinevirtual |
enclosesVolumeWithOtherOnAxis(const int axis, const OctreeNodeInterface< Particle_T > *other) | autopas::OctreeNodeInterface< Particle_T > | inline |
end() | autopas::FullParticleCell< Particle_T > | inline |
end() const | autopas::FullParticleCell< Particle_T > | inline |
EQ_EDGE_NEIGHBOR(const octree::Edge I) | autopas::OctreeNodeInterface< Particle_T > | inline |
EQ_FACE_NEIGHBOR(const octree::Face I) | autopas::OctreeNodeInterface< Particle_T > | inline |
EQ_VERTEX_NEIGHBOR(const octree::Vertex I) | autopas::OctreeNodeInterface< Particle_T > | inline |
forEach(Lambda forEachLambda) | autopas::FullParticleCell< Particle_T > | inline |
forEach(Lambda forEachLambda, IteratorBehavior behavior) | autopas::FullParticleCell< Particle_T > | inline |
forEach(Lambda forEachLambda, const std::array< double, 3 > &lowerCorner, const std::array< double, 3 > &higherCorner, IteratorBehavior behavior) | autopas::FullParticleCell< Particle_T > | inline |
FullParticleCell() | autopas::FullParticleCell< Particle_T > | inline |
FullParticleCell(const std::array< double, 3 > &cellLength) | autopas::FullParticleCell< Particle_T > | inlineexplicit |
getBoxMax() const | autopas::OctreeNodeInterface< Particle_T > | inline |
getBoxMin() const | autopas::OctreeNodeInterface< Particle_T > | inline |
getCellLength() const override | autopas::FullParticleCell< Particle_T > | inlinevirtual |
getCellLock() const | autopas::ParticleCell< Particle_T > | inline |
getChild(int index) override | autopas::OctreeLeafNode< Particle_T > | inlinevirtual |
getEnclosedVolumeWith(const std::array< double, 3 > &aMin, const std::array< double, 3 > &aMax, const std::array< double, 3 > &bMin, const std::array< double, 3 > &bMax) | autopas::OctreeNodeInterface< Particle_T > | inlinestatic |
getEnclosedVolumeWith(const std::array< double, 3 > &otherMin, const std::array< double, 3 > &otherMax) | autopas::OctreeNodeInterface< Particle_T > | inline |
getID() | autopas::OctreeLeafNode< Particle_T > | inline |
getLeavesFromDirections(const std::vector< octree::Vertex > &directions) override | autopas::OctreeLeafNode< Particle_T > | inlinevirtual |
getLeavesInRange(const std::array< double, 3 > &min, const std::array< double, 3 > &max) override | autopas::OctreeLeafNode< Particle_T > | inlinevirtual |
getNeighborLeaves(const octree::Any direction) | autopas::OctreeNodeInterface< Particle_T > | inline |
getNeighborLeaves() | autopas::OctreeNodeInterface< Particle_T > | inline |
getNumberOfParticles(IteratorBehavior behavior) const override | autopas::OctreeLeafNode< Particle_T > | inlinevirtual |
getParent() const | autopas::OctreeNodeInterface< Particle_T > | inline |
getParticleCellTypeAsEnum() override | autopas::FullParticleCell< Particle_T > | inlinevirtual |
getPossibleParticleOwnerships() const | autopas::ParticleCell< Particle_T > | inline |
GTEQ_EDGE_NEIGHBOR(octree::Edge I) | autopas::OctreeNodeInterface< Particle_T > | |
GTEQ_FACE_NEIGHBOR(octree::Face I) | autopas::OctreeNodeInterface< Particle_T > | |
GTEQ_VERTEX_NEIGHBOR(octree::Vertex I) | autopas::OctreeNodeInterface< Particle_T > | |
hasChildren() override | autopas::OctreeLeafNode< Particle_T > | inlinevirtual |
hasParent() | autopas::OctreeNodeInterface< Particle_T > | inlineprotected |
insert(const Particle_T &p) override | autopas::OctreeLeafNode< Particle_T > | inlinevirtual |
isEmpty() const override | autopas::FullParticleCell< Particle_T > | inlinevirtual |
isInside(const std::array< double, 3 > &point) | autopas::OctreeNodeInterface< Particle_T > | inline |
OctreeLeafNode(const std::array< double, 3 > &boxMin, const std::array< double, 3 > &boxMax, OctreeNodeInterface< Particle_T > *parent, const int unsigned treeSplitThreshold, const double interactionLength, const double cellSizeFactor) | autopas::OctreeLeafNode< Particle_T > | inline |
OctreeLeafNode(OctreeLeafNode< Particle_T > const &other) | autopas::OctreeLeafNode< Particle_T > | inline |
OctreeNodeInterface(const std::array< double, 3 > &boxMin, const std::array< double, 3 > &boxMax, OctreeNodeInterface< Particle_T > *parent, const int unsigned treeSplitThreshold, const double interactionLength, const double cellSizeFactor) | autopas::OctreeNodeInterface< Particle_T > | inline |
OctreeNodeInterface(const OctreeNodeInterface< Particle_T > &)=default | autopas::OctreeNodeInterface< Particle_T > | |
operator[](size_t n) | autopas::FullParticleCell< Particle_T > | inline |
operator[](size_t n) const | autopas::FullParticleCell< Particle_T > | inline |
overlapsBox(const std::array< double, 3 > &otherMin, const std::array< double, 3 > &otherMax) | autopas::OctreeNodeInterface< Particle_T > | inline |
ParticleCell()=default | autopas::ParticleCell< Particle_T > | explicit |
ParticleCell(ParticleCell &&other) noexcept=default | autopas::ParticleCell< Particle_T > | |
ParticleCell(const ParticleCell &other) | autopas::ParticleCell< Particle_T > | inline |
ParticleType typedef | autopas::ParticleCell< Particle_T > | |
reduce(Lambda reduceLambda, A &result) | autopas::FullParticleCell< Particle_T > | inline |
reduce(Lambda reduceLambda, A &result, IteratorBehavior behavior) | autopas::FullParticleCell< Particle_T > | inline |
reduce(Lambda reduceLambda, A &result, const std::array< double, 3 > &lowerCorner, const std::array< double, 3 > &higherCorner, IteratorBehavior behavior) | autopas::FullParticleCell< Particle_T > | inline |
reserve(size_t n) | autopas::FullParticleCell< Particle_T > | inline |
resize(size_t n, const Particle_T &toInsert) | autopas::FullParticleCell< Particle_T > | inline |
setCellLength(std::array< double, 3 > &cellLength) override | autopas::FullParticleCell< Particle_T > | inlinevirtual |
setID(int id) | autopas::OctreeLeafNode< Particle_T > | inline |
setPossibleParticleOwnerships(OwnershipState state) | autopas::ParticleCell< Particle_T > | inline |
size() const override | autopas::OctreeLeafNode< Particle_T > | inlinevirtual |
SoAArraysType typedef | autopas::FullParticleCell< Particle_T > | |
SON(octree::Octant O) override | autopas::OctreeLeafNode< Particle_T > | inlinevirtual |
sortByDim(const size_t dim) | autopas::FullParticleCell< Particle_T > | inline |
StorageType typedef | autopas::FullParticleCell< Particle_T > | |
volumeExistsOnAxis(const int axis, const std::array< double, 3 > &aMin, const std::array< double, 3 > &aMax, const std::array< double, 3 > &bMin, const std::array< double, 3 > &bMax) | autopas::OctreeNodeInterface< Particle_T > | inlinestatic |
~OctreeNodeInterface()=default | autopas::OctreeNodeInterface< Particle_T > | virtual |
~ParticleCell()=default | autopas::ParticleCell< Particle_T > | virtual |