ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::NeighborHoodIndices Class Reference

#include <Acts/Utilities/Axis.hpp>

Classes

class  iterator

Public Member Functions

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

Constructor & Destructor Documentation

◆ NeighborHoodIndices() [1/3]

Acts::NeighborHoodIndices::NeighborHoodIndices ( )
default

◆ NeighborHoodIndices() [2/3]

Acts::NeighborHoodIndices::NeighborHoodIndices ( std::size_t begin,
std::size_t end )

◆ NeighborHoodIndices() [3/3]

Acts::NeighborHoodIndices::NeighborHoodIndices ( std::size_t begin1,
std::size_t end1,
std::size_t begin2,
std::size_t end2 )

Member Function Documentation

◆ begin()

iterator Acts::NeighborHoodIndices::begin ( ) const

◆ collect()

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

◆ end()

iterator Acts::NeighborHoodIndices::end ( ) const

◆ size()

std::size_t Acts::NeighborHoodIndices::size ( ) const