Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
#include <ROOT/RDrawable.hxx>
#include <ROOT/RAttrLine.hxx>
#include <ROOT/RAttrText.hxx>
#include <ROOT/RAttrMarker.hxx>
#include <ROOT/RAttrFill.hxx>
#include <ROOT/RAttrValue.hxx>
#include <ROOT/RHist.hxx>
#include <ROOT/RHistImpl.hxx>
#include <ROOT/RDrawableRequest.hxx>
#include <ROOT/RDisplayItem.hxx>
#include <memory>
Include dependency graph for RHistDrawable.hxx:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::Experimental::RHist1Drawable
 
class  ROOT::Experimental::RHist2Drawable
 
class  ROOT::Experimental::RHist3Drawable
 
class  ROOT::Experimental::RHistDrawable< DIMENSIONS >
 
class  ROOT::Experimental::RHistDrawableBase
 
class  ROOT::Experimental::RHistDrawableBase::RReply
 
class  ROOT::Experimental::RHistDrawableBase::RRequest
 

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 
namespace  ROOT::Experimental
 

Functions

auto ROOT::Experimental::GetDrawable (const std::shared_ptr< RH1C > &histimpl)
 
auto ROOT::Experimental::GetDrawable (const std::shared_ptr< RH1D > &histimpl)
 
auto ROOT::Experimental::GetDrawable (const std::shared_ptr< RH1F > &histimpl)
 
auto ROOT::Experimental::GetDrawable (const std::shared_ptr< RH1I > &histimpl)
 
auto ROOT::Experimental::GetDrawable (const std::shared_ptr< RH2C > &histimpl)
 
auto ROOT::Experimental::GetDrawable (const std::shared_ptr< RH2D > &histimpl)
 
auto ROOT::Experimental::GetDrawable (const std::shared_ptr< RH2F > &histimpl)
 
auto ROOT::Experimental::GetDrawable (const std::shared_ptr< RH2I > &histimpl)
 
auto ROOT::Experimental::GetDrawable (const std::shared_ptr< RH3C > &histimpl)
 
auto ROOT::Experimental::GetDrawable (const std::shared_ptr< RH3D > &histimpl)
 
auto ROOT::Experimental::GetDrawable (const std::shared_ptr< RH3F > &histimpl)
 
auto ROOT::Experimental::GetDrawable (const std::shared_ptr< RH3I > &histimpl)
 

Detailed Description

Author
Axel Naumann axel@.nosp@m.cern.nosp@m..ch
Date
2015-07-09
Warning
This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

Definition in file RHistDrawable.hxx.