![]() |
ATLAS Offline Software
|
#include <SeedContainer.h>
Public Types | |
| using | Base = Acts::SpacePointIndexSubset2 |
| using | value_type = SeedContainer::SpacePointValue |
| using | SpacePointContainer = SeedContainer::SpacePointContainer |
| using | Index = Base::size_type |
| using | const_iterator = Acts::detail::ContainerIterator< SpacePointIndexSubset, value_type, Index, true > |
Public Member Functions | |
| SpacePointIndexSubset ()=default | |
| SpacePointIndexSubset (const SpacePointContainer &spacePointContainer, Base spacePointIndices) | |
| const_iterator | begin () const noexcept |
| const_iterator | end () const noexcept |
| value_type | operator[] (Index index) const noexcept |
| value_type | at (Index index) const |
| value_type | front () const |
| value_type | back () const |
Private Attributes | |
| const SpacePointContainer * | m_spacePointContainer {nullptr} |
Definition at line 111 of file SeedContainer.h.
| using ActsTrk::SpacePointIndexSubset::Base = Acts::SpacePointIndexSubset2 |
Definition at line 112 of file SeedContainer.h.
| using ActsTrk::SpacePointIndexSubset::const_iterator = Acts::detail::ContainerIterator<SpacePointIndexSubset, value_type, Index, true> |
Definition at line 116 of file SeedContainer.h.
| using ActsTrk::SpacePointIndexSubset::Index = Base::size_type |
Definition at line 115 of file SeedContainer.h.
Definition at line 114 of file SeedContainer.h.
Definition at line 113 of file SeedContainer.h.
|
default |
|
inline |
Definition at line 119 of file SeedContainer.h.
|
inline |
Definition at line 125 of file SeedContainer.h.
|
inline |
Definition at line 127 of file SeedContainer.h.
|
inlinenoexcept |
Definition at line 122 of file SeedContainer.h.
|
inlinenoexcept |
Definition at line 123 of file SeedContainer.h.
|
inline |
Definition at line 126 of file SeedContainer.h.
|
inlinenoexcept |
Definition at line 124 of file SeedContainer.h.
|
private |
Definition at line 130 of file SeedContainer.h.
1.8.18