#include <ISliceFrame.h>
Public Member Functions | |
virtual | ~ISliceFrame () |
virtual int | ident () const =0 |
Return some identifier number that is unique to this slice frame. More... | |
virtual double | time () const =0 |
A reference time. More... | |
virtual ISlice::vector | slices () const =0 |
Return the slices. More... | |
Public Member Functions inherited from WireCell::IData< ISliceFrame > | |
virtual | ~IData () |
Additional Inherited Members | |
Public Types inherited from WireCell::IData< ISliceFrame > | |
typedef ISliceFrame | value_type |
typedef std::shared_ptr< const ISliceFrame > | pointer |
typedef std::vector< pointer > | vector |
typedef std::shared_ptr< const vector > | shared_vector |
An interface to collection of slices.
Definition at line 13 of file ISliceFrame.h.
|
virtual |
Definition at line 158 of file IfaceDesctructors.cxx.
|
pure virtual |
Return some identifier number that is unique to this slice frame.
Implemented in WireCell::Img::Data::SliceFrame.
|
pure virtual |
Return the slices.
Implemented in WireCell::Img::Data::SliceFrame.
|
pure virtual |
A reference time.
Implemented in WireCell::Img::Data::SliceFrame.