#include <HVisitors.h>
Inheritance diagram for AttMarkerSetter:
See root class TAttMarker for a documentation of these attributes All root histogram classes are derived from TAttMarker
Definition at line 101 of file HVisitors.h.
Public Member Functions | |
AttMarkerSetter (Color_t tcolor_=-1, Size_t msize_=-1, Style_t mstyle_=-1) | |
Constructor. | |
virtual void | visit (RegO &h) const |
Private Attributes | |
Color_t | tcolor |
The new color; -1: dont set it. | |
Size_t | msize |
The new size; -1: dont set it. | |
Style_t | mstyle |
The new style; -1: dont set it. |
|
Constructor.
Definition at line 104 of file HVisitors.h. |
|
Implements ConstHVisitor. Definition at line 110 of file HVisitors.h. |