#include <ISlice.h>
Public Types | |
typedef float | value_t |
typedef std::pair< IChannel::pointer, value_t > | pair_t |
typedef std::unordered_map< IChannel::pointer, value_t > | map_t |
Public Types inherited from WireCell::IData< ISlice > | |
typedef ISlice | value_type |
typedef std::shared_ptr< const ISlice > | pointer |
typedef std::vector< pointer > | vector |
typedef std::shared_ptr< const vector > | shared_vector |
Public Member Functions | |
virtual | ~ISlice () |
virtual IFrame::pointer | frame () const =0 |
virtual int | ident () const =0 |
virtual double | start () const =0 |
virtual double | span () const =0 |
virtual map_t | activity () const =0 |
Public Member Functions inherited from WireCell::IData< ISlice > | |
virtual | ~IData () |
typedef std::unordered_map<IChannel::pointer, value_t> WireCell::ISlice::map_t |
typedef std::pair<IChannel::pointer, value_t> WireCell::ISlice::pair_t |
typedef float WireCell::ISlice::value_t |
|
virtual |
Definition at line 156 of file IfaceDesctructors.cxx.
|
pure virtual |
Implemented in WireCell::Img::Data::Slice.
|
pure virtual |
Implemented in WireCell::Img::Data::Slice.
|
pure virtual |
Implemented in WireCell::Img::Data::Slice.
|
pure virtual |
Implemented in WireCell::Img::Data::Slice.
|
pure virtual |
Implemented in WireCell::Img::Data::Slice.