|
Jpp
15.0.0-rc.2
the software that should make you happy
|
Auxiliary class to set marker attributes. More...
#include <JMarkerAttributes.hh>
Public Types | |
| typedef JRewindableObjectIterator < TAttMarker >::pointer_type | pointer_type |
Public Member Functions | |
| JMarkerAttributes (const Double_t size=1.0) | |
| Constructor. More... | |
| void | setMarkerSize (const Double_t size) |
| Set marker size. More... | |
| virtual void | rewind () override |
| Rewind index. More... | |
| virtual bool | hasNext () override |
| Check availability of next element. More... | |
| virtual const pointer_type & | next () override |
| Get next element. More... | |
| const TAttMarker & | get (unsigned int index) |
| Get marker attributes. More... | |
| virtual skip_type | skip (const skip_type ns) |
| Skip items. More... | |
Static Public Member Functions | |
| static JMarkerAttributes & | getInstance () |
| Get reference to unique instance of this class object. More... | |
Private Attributes | |
| unsigned int | index |
Auxiliary class to set marker attributes.
Definition at line 26 of file JMarkerAttributes.hh.
| typedef JRewindableObjectIterator<TAttMarker>::pointer_type JROOT::JMarkerAttributes::pointer_type |
Definition at line 32 of file JMarkerAttributes.hh.
|
inline |
|
inlinestatic |
Get reference to unique instance of this class object.
Definition at line 67 of file JMarkerAttributes.hh.
|
inline |
|
inlineoverridevirtual |
Rewind index.
Implements JLANG::JRewindable< T >.
Definition at line 91 of file JMarkerAttributes.hh.
|
inlineoverridevirtual |
Check availability of next element.
Implements JLANG::JObjectIterator< T >.
Definition at line 102 of file JMarkerAttributes.hh.
|
inlineoverridevirtual |
Get next element.
Implements JLANG::JObjectIterator< T >.
Definition at line 113 of file JMarkerAttributes.hh.
|
inline |
Get marker attributes.
| index | index |
Definition at line 135 of file JMarkerAttributes.hh.
|
inlinevirtualinherited |
Skip items.
| ns | number of items to skip |
Reimplemented in JLANG::JPipe< T >, JLANG::JPipe< JTail_t >, JLANG::JPipe< JHead_t >, JLANG::JSTDObjectIterator< T >, JLANG::JAbstractObjectReader< T >, JLANG::JAbstractObjectReader< JNullType >, JLANG::JAbstractObjectReader< const T >, JLANG::JAbstractObjectReader< JTail_t >, JLANG::JAbstractObjectReader< JHead_t >, JLANG::JAbstractObjectReader< KM3NETDAQ::KM3NETDAQ::JDAQEvent >, JLANG::JAbstractObjectReader< JDAQSummaryslice >, and JLANG::JAbstractObjectReader< JTypeList< JDAQEvent, JTypelist_t > >.
Definition at line 90 of file JObjectIterator.hh.
|
private |
Definition at line 142 of file JMarkerAttributes.hh.
1.8.5