![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/sPHENIX/Core/include/Acts/Utilities/detail/grid_helper.hpp>
Collaboration diagram for Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator:Public Member Functions | |
| iterator ()=default | |
| iterator (const GlobalNeighborHoodIndices &parent, std::array< NeighborHoodIndices::iterator, DIM > &&localIndicesIter) | |
| size_t | operator* () const |
| iterator & | operator++ () |
| bool | operator== (const iterator &it) |
| bool | operator!= (const iterator &it) |
Private Attributes | |
| std::array < NeighborHoodIndices::iterator, DIM > | m_localIndicesIter |
| const GlobalNeighborHoodIndices * | m_parent = nullptr |
Definition at line 50 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 50 of file grid_helper.hpp
|
default |
|
inline |
Definition at line 54 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 54 of file grid_helper.hpp
|
inline |
Definition at line 98 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 98 of file grid_helper.hpp
References it.
|
inline |
Definition at line 58 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 58 of file grid_helper.hpp
References DIM, Acts::detail::GlobalNeighborHoodIndices< DIM >::m_globalStrides, Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::m_localIndicesIter, and Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::m_parent.
|
inline |
Definition at line 68 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 68 of file grid_helper.hpp
References DIM, Acts::detail::GlobalNeighborHoodIndices< DIM >::end(), Acts::detail::GlobalNeighborHoodIndices< DIM >::m_localIndices, Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::m_localIndicesIter, and Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::m_parent.
Here is the call graph for this function:
|
inline |
Definition at line 87 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 87 of file grid_helper.hpp
References Acts::detail::GlobalNeighborHoodIndices< DIM >::m_localIndices, Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::m_localIndicesIter, and Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::m_parent.
|
private |
Definition at line 101 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 101 of file grid_helper.hpp
Referenced by Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::operator*(), Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::operator++(), and Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::operator==().
|
private |
Definition at line 102 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 102 of file grid_helper.hpp
Referenced by Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::operator*(), Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::operator++(), and Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::operator==().