#include <IStripeSet.h>
Public Member Functions | |
virtual | ~IStripeSet () |
virtual int | ident () const =0 |
Return some identifier number that is unique to this set. More... | |
virtual IStripe::vector | stripes () const =0 |
Return the stripes in this set. There is no ordering requirement. More... | |
Public Member Functions inherited from WireCell::IData< IStripeSet > | |
virtual | ~IData () |
Additional Inherited Members | |
Public Types inherited from WireCell::IData< IStripeSet > | |
typedef IStripeSet | value_type |
typedef std::shared_ptr< const IStripeSet > | pointer |
typedef std::vector< pointer > | vector |
typedef std::shared_ptr< const vector > | shared_vector |
An interface to information about a collection of IStripe.
Definition at line 10 of file IStripeSet.h.
|
virtual |
Definition at line 164 of file IfaceDesctructors.cxx.
|
pure virtual |
Return some identifier number that is unique to this set.
Implemented in WireCell::Img::Data::StripeSet.
|
pure virtual |
Return the stripes in this set. There is no ordering requirement.
Implemented in WireCell::Img::Data::StripeSet.