![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#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 | isEqual (const iterator &b) const |
Private Attributes | |
| std::array < NeighborHoodIndices::iterator, DIM > | m_localIndicesIter |
| const GlobalNeighborHoodIndices * | m_parent = nullptr |
Friends | |
| bool | operator== (const iterator &a, const iterator &b) |
Definition at line 61 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 61 of file grid_helper.hpp
|
default |
|
inline |
Definition at line 65 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 65 of file grid_helper.hpp
|
inline |
Definition at line 102 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 102 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.
|
inline |
Definition at line 100 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 100 of file grid_helper.hpp
References it.
|
inline |
Definition at line 69 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 69 of file grid_helper.hpp
References i, 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 80 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 80 of file grid_helper.hpp
References Acts::detail::GlobalNeighborHoodIndices< DIM >::end(), i, Acts::Experimental::detail::localIndices(), 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:Definition at line 110 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 110 of file grid_helper.hpp
|
private |
Definition at line 115 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 115 of file grid_helper.hpp
Referenced by Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::isEqual(), Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::operator*(), and Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::operator++().
|
private |
Definition at line 116 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 116 of file grid_helper.hpp
Referenced by Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::isEqual(), Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::operator*(), and Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::operator++().