Jpp
|
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 () |
Rewind index. More... | |
virtual bool | hasNext () |
Check availability of next element. More... | |
virtual const pointer_type & | next () |
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 27 of file JMarkerAttributes.hh.
typedef JRewindableObjectIterator<TAttMarker>::pointer_type JGIZMO::JMarkerAttributes::pointer_type |
Definition at line 33 of file JMarkerAttributes.hh.
|
inline |
|
inlinestatic |
Get reference to unique instance of this class object.
Definition at line 68 of file JMarkerAttributes.hh.
|
inline |
|
inlinevirtual |
Rewind index.
Implements JLANG::JRewindable< T >.
Definition at line 92 of file JMarkerAttributes.hh.
|
inlinevirtual |
Check availability of next element.
Implements JLANG::JObjectIterator< T >.
Definition at line 103 of file JMarkerAttributes.hh.
|
inlinevirtual |
Get next element.
Implements JLANG::JObjectIterator< T >.
Definition at line 114 of file JMarkerAttributes.hh.
|
inline |
Get marker attributes.
index | index |
Definition at line 136 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 88 of file JObjectIterator.hh.
|
private |
Definition at line 143 of file JMarkerAttributes.hh.