| 
    Jpp
    19.1.0
    
   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 73 of file JMarkerAttributes.hh.
      
  | 
  inline | 
      
  | 
  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::JSTDObjectIterator< T >, JLANG::JPipe< T >, JLANG::JPipe< JTail_t >, JLANG::JPipe< JHead_t >, and JLANG::JAbstractObjectReader< T >.
Definition at line 90 of file JObjectIterator.hh.
      
  | 
  private | 
Definition at line 148 of file JMarkerAttributes.hh.