ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::detail::NeighborHoodIndices Class Reference

#include <acts/blob/master/Core/include/Acts/Utilities/detail/Axis.hpp>

Classes

class  iterator
 

Public Member Functions

 NeighborHoodIndices ()=default
 
 NeighborHoodIndices (size_t begin, size_t end)
 
 NeighborHoodIndices (size_t begin1, size_t end1, size_t begin2, size_t end2)
 
iterator begin () const
 
iterator end () const
 
size_t size () const
 
std::vector< size_t > collect () const
 

Private Attributes

size_t m_begin1 = 0
 
size_t m_end1 = 0
 
size_t m_begin2 = 0
 
size_t m_end2 = 0
 

Detailed Description

Definition at line 31 of file Axis.hpp.

View newest version in sPHENIX GitHub at line 31 of file Axis.hpp

Constructor & Destructor Documentation

Acts::detail::NeighborHoodIndices::NeighborHoodIndices ( )
default
Acts::detail::NeighborHoodIndices::NeighborHoodIndices ( size_t  begin,
size_t  end 
)
inline

Definition at line 35 of file Axis.hpp.

View newest version in sPHENIX GitHub at line 35 of file Axis.hpp

Acts::detail::NeighborHoodIndices::NeighborHoodIndices ( size_t  begin1,
size_t  end1,
size_t  begin2,
size_t  end2 
)
inline

Definition at line 38 of file Axis.hpp.

View newest version in sPHENIX GitHub at line 38 of file Axis.hpp

Member Function Documentation

iterator Acts::detail::NeighborHoodIndices::begin ( ) const
inline

Definition at line 76 of file Axis.hpp.

View newest version in sPHENIX GitHub at line 76 of file Axis.hpp

References m_begin1, m_begin2, and m_end1.

std::vector<size_t> Acts::detail::NeighborHoodIndices::collect ( ) const
inline

Definition at line 84 of file Axis.hpp.

View newest version in sPHENIX GitHub at line 84 of file Axis.hpp

References incremental_prev_tag::idx, and size().

+ Here is the call graph for this function:

iterator Acts::detail::NeighborHoodIndices::end ( ) const
inline

Definition at line 78 of file Axis.hpp.

View newest version in sPHENIX GitHub at line 78 of file Axis.hpp

References m_end2.

size_t Acts::detail::NeighborHoodIndices::size ( ) const
inline

Definition at line 81 of file Axis.hpp.

View newest version in sPHENIX GitHub at line 81 of file Axis.hpp

References m_begin1, m_begin2, m_end1, and m_end2.

Referenced by collect().

+ Here is the caller graph for this function:

Member Data Documentation

size_t Acts::detail::NeighborHoodIndices::m_begin1 = 0
private

Definition at line 94 of file Axis.hpp.

View newest version in sPHENIX GitHub at line 94 of file Axis.hpp

Referenced by begin(), and size().

size_t Acts::detail::NeighborHoodIndices::m_begin2 = 0
private

Definition at line 94 of file Axis.hpp.

View newest version in sPHENIX GitHub at line 94 of file Axis.hpp

Referenced by begin(), and size().

size_t Acts::detail::NeighborHoodIndices::m_end1 = 0
private

Definition at line 94 of file Axis.hpp.

View newest version in sPHENIX GitHub at line 94 of file Axis.hpp

Referenced by begin(), and size().

size_t Acts::detail::NeighborHoodIndices::m_end2 = 0
private

Definition at line 94 of file Axis.hpp.

View newest version in sPHENIX GitHub at line 94 of file Axis.hpp

Referenced by end(), and size().


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