10#define ROOT7_RAttrLine 
   16namespace Experimental {
 
#define R__ATTR_CLASS(ClassName, dflt_prefix)
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Base class for attributes aggregations like lines or fill attributes.
 
Attributes for line ending.
 
RAttrValue< std::string > style
! axis ending style - none, arrow, circle
 
RAttrValue< RPadLength > size
! ending size
 
Drawing line attributes for different objects.
 
RAttrLine(const RColor &_color, double _width, EStyle _style)
 
RAttrValue< RColor > color
! line color
 
RAttrValue< EStyle > style
! line style
 
RAttrValue< double > width
! line width
 
RAttrValue< std::string > pattern
! line pattern like "3,2,3,1,5"
 
static R__DLLEXPORT constexpr RGB_t kBlack
 
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...