Analysis Software
Documentation for sPHENIX simulation 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 isEqual (const iterator &b) const
 

Private Attributes

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

Friends

bool operator== (const iterator &a, const iterator &b)
 

Detailed Description

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

Definition at line 61 of file grid_helper.hpp.

View newest version in sPHENIX GitHub at line 61 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 65 of file grid_helper.hpp.

View newest version in sPHENIX GitHub at line 65 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 100 of file grid_helper.hpp.

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

References it.

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

Friends And Related Function Documentation

template<size_t DIM>
bool operator== ( const iterator a,
const iterator b 
)
friend

Definition at line 110 of file grid_helper.hpp.

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

Member Data Documentation


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