EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator Class Reference

#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
 
iteratoroperator++ ()
 
bool operator== (const iterator &it)
 
bool operator!= (const iterator &it)
 

Private Attributes

std::array
< NeighborHoodIndices::iterator,
DIM
m_localIndicesIter
 
const GlobalNeighborHoodIndicesm_parent = nullptr
 

Detailed Description

template<size_t DIM>
class Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator

Definition at line 50 of file grid_helper.hpp.

View newest version in sPHENIX GitHub at line 50 of file grid_helper.hpp

Constructor & Destructor Documentation

template<size_t DIM>
Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::iterator ( )
default
template<size_t DIM>
Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::iterator ( const GlobalNeighborHoodIndices parent,
std::array< NeighborHoodIndices::iterator, DIM > &&  localIndicesIter 
)
inline

Definition at line 54 of file grid_helper.hpp.

View newest version in sPHENIX GitHub at line 54 of file grid_helper.hpp

Member Function Documentation

template<size_t DIM>
bool Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::operator!= ( const iterator it)
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.

template<size_t DIM>
iterator& Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::operator++ ( )
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:

Member Data Documentation


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