#include <ImgData.h>
Public Member Functions | |
SliceFrame (const ISlice::vector &islices, int ident, double time) | |
virtual | ~SliceFrame () |
int | ident () const |
Return some identifier number that is unique to this slice frame. More... | |
double | time () const |
A reference time. More... | |
ISlice::vector | slices () const |
Return the slices. More... | |
Public Member Functions inherited from WireCell::ISliceFrame | |
virtual | ~ISliceFrame () |
Public Member Functions inherited from WireCell::IData< ISliceFrame > | |
virtual | ~IData () |
Private Attributes | |
ISlice::vector | m_slices |
int | m_ident |
double | m_time |
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 |
|
inline |
Definition at line 53 of file ImgData.h.
|
virtual |
Definition at line 20 of file ImgData.cxx.
|
inlinevirtual |
Return some identifier number that is unique to this slice frame.
Implements WireCell::ISliceFrame.
Definition at line 57 of file ImgData.h.
|
inlinevirtual |
|
inlinevirtual |
|
private |