![]() |
LArSoft
v10_04_05
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "Iterable.h"
Public Types | |
template<typename T > | |
using | range_type = details::RangeType< iterator_type< T >, id_sentinel_for< T >> |
Public Member Functions | |
Iterable (IterationPolicy const &policy) | |
Iterable (IterationPolicy const &policy, Transform const &transform) | |
template<typename T > | |
iterator_type< T > | begin () const |
template<typename T , typename BaseID > | |
iterator_type< T > | begin (BaseID const &id) const |
template<typename T > | |
id_sentinel_for< T > | end () const |
template<typename T , typename BaseID > | |
id_sentinel_for< T > | end (BaseID const &id) const |
template<typename T > | |
range_type< T > | Iterate () const |
template<typename T , typename ID > | |
range_type< T > | Iterate (ID const &id) const |
Private Types | |
template<typename T > | |
using | id_sentinel_for = details::id_sentinel< typename details::IDIteratorValueType< T >::type > |
template<typename T > | |
using | iterator_type = typename details::IteratorFor< T, IterationPolicy, Transform >::type |
Private Attributes | |
IterationPolicy | fPolicy |
std::conditional_t< std::is_same_v< Transform, void >, void_tag, Transform > | fTransform |
Definition at line 56 of file Iterable.h.
|
private |
Definition at line 58 of file Iterable.h.
|
private |
Definition at line 61 of file Iterable.h.
using geo::Iterable< IterationPolicy, Transform >::range_type = details::RangeType<iterator_type<T>, id_sentinel_for<T>> |
Definition at line 118 of file Iterable.h.
|
inlineexplicit |
Definition at line 64 of file Iterable.h.
|
inline |
Definition at line 66 of file Iterable.h.
|
inline |
Definition at line 72 of file Iterable.h.
|
inline |
Definition at line 85 of file Iterable.h.
|
inline |
Definition at line 99 of file Iterable.h.
|
inline |
Definition at line 108 of file Iterable.h.
|
inline |
Definition at line 121 of file Iterable.h.
Referenced by pma::PMAlgTracker::build(), ShowerRecoTools::ShowerTrajPointdEdx::CalculateElement(), corner::CornerFinderAlg::create_smaller_histos(), detinfo::DetectorPropertiesStandard::DataFor(), hit::DisambigCheater::DisambigCheater(), trkf::TrackKalmanFitter::doFitWork(), larg4::LArVoxelReadout::DriftIonizationElectrons(), geo::WireReadoutDumper::dump(), geo::WireReadoutDumper::dumpCryostat(), larg4::ISTPC::extractActiveLArVolume(), larg4::OpFastScintillation::extractActiveVolumes(), trkf::CCTrackMaker::FillChgNear(), tca::FillWireHitRange(), trkf::CCTrackMaker::FindMaybeVertices(), tca::FindShowers3D(), corner::CornerFinderAlg::get_feature_points(), corner::CornerFinderAlg::get_feature_points_fast(), corner::CornerFinderAlg::get_feature_points_LineIntegralScore(), corner::CornerFinderAlg::GrabWires(), cluster::DBScan3DAlg::init(), corner::CornerFinderAlg::InitializeGeometry(), tca::InsideTPC(), trkf::CCTrackMaker::PrintClusters(), trkf::CCTrackMaker::produce(), trkf::CCTrackMaker::StoreTrack(), pma::Node3D::UpdateProj2D(), and geo::WireReadoutGeom::WireReadoutGeom().
|
inline |
Definition at line 127 of file Iterable.h.
|
private |
Definition at line 133 of file Iterable.h.
|
private |
Definition at line 134 of file Iterable.h.