|
Jpp 19.3.0-rc.3
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. | |
| void | setMarkerSize (const Double_t size) |
| Set marker size. | |
| virtual void | rewind () override |
| Rewind index. | |
| virtual bool | hasNext () override |
| Check availability of next element. | |
| virtual const pointer_type & | next () override |
| Get next element. | |
| const TAttMarker & | get (unsigned int index) |
| Get marker attributes. | |
| virtual skip_type | skip (const skip_type ns) |
| Skip items. | |
Static Public Member Functions | |
| static JMarkerAttributes & | getInstance () |
| Get reference to unique instance of this class object. | |
Private Attributes | |
| unsigned int | index |
Auxiliary class to set marker attributes.
Definition at line 26 of file JMarkerAttributes.hh.
| JRewindableObjectIterator<TAttMarker>::pointer_type JROOT::JMarkerAttributes::pointer_type |
Definition at line 32 of file JMarkerAttributes.hh.
|
inline |
Constructor.
| size | marker size |
Definition at line 40 of file JMarkerAttributes.hh.
|
inlinestatic |
Get reference to unique instance of this class object.
Definition at line 73 of file JMarkerAttributes.hh.
|
inline |
Set marker size.
| size | marker size |
Definition at line 86 of file JMarkerAttributes.hh.
|
inlineoverridevirtual |
Rewind index.
Implements JLANG::JRewindable< T >.
Definition at line 97 of file JMarkerAttributes.hh.
|
inlineoverridevirtual |
Check availability of next element.
Implements JLANG::JObjectIterator< T >.
Definition at line 108 of file JMarkerAttributes.hh.
|
inlineoverridevirtual |
Get next element.
Implements JLANG::JObjectIterator< T >.
Definition at line 119 of file JMarkerAttributes.hh.
|
inline |
Get marker attributes.
| index | index |
Definition at line 141 of file JMarkerAttributes.hh.
|
inlinevirtualinherited |
Skip items.
| ns | number of items to skip |
Reimplemented in JLANG::JAbstractObjectReader< T >, JLANG::JAbstractObjectReader< const event_type >, JLANG::JAbstractObjectReader< Evt >, JLANG::JAbstractObjectReader< JDAQSummaryslice >, JLANG::JAbstractObjectReader< JHead_t >, JLANG::JAbstractObjectReader< JTail_t >, JLANG::JAbstractObjectReader< JTypeList< JDAQEvent, JNullType > >, JLANG::JAbstractObjectReader< KM3NETDAQ::JDAQEvent >, JLANG::JPipe< T >, JLANG::JPipe< JHead_t >, JLANG::JPipe< JTail_t >, JLANG::JSTDObjectIterator< T >, JROOT::JRootFileReader< T, false >, JROOT::JTreeReaderObjectIterator< T >, JSUPPORT::JMultipleFileScanner< T >, JSUPPORT::JMultipleFileScanner< Evt >, JSUPPORT::JMultipleFileScanner< JDAQSummaryslice >, JSUPPORT::JMultipleFileScanner< JHead_t >, JSUPPORT::JMultipleFileScanner< JTail_t >, JSUPPORT::JMultipleFileScanner< JTypeList< JDAQEvent, JNullType > >, JSUPPORT::JMultipleFileScanner< JTypeList< JHead_t, JTail_t > >, JSUPPORT::JMultipleFileScanner< KM3NETDAQ::JDAQEvent >, JSUPPORT::JMultipleFileScanner<>, JSUPPORT::JSingleFileScanner< T >, JSUPPORT::JSingleFileScanner< JHead_t >, JSUPPORT::JSingleFileScanner< JTail_t >, JSUPPORT::JSingleFileScanner< JTypeList< JHead_t, JTail_t > >, and JSUPPORT::JSingleFileScanner<>.
Definition at line 90 of file JObjectIterator.hh.
|
private |
Definition at line 148 of file JMarkerAttributes.hh.