#include "ROOT/RDF/GraphUtils.hxx"
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::Internal |
namespace | ROOT::Internal::RDF |
namespace | ROOT::Internal::RDF::GraphDrawing |
Functions | |
bool | ROOT::Internal::RDF::GraphDrawing::CheckIfDefaultOrDSColumn (const std::string &name, const std::shared_ptr< ROOT::Detail::RDF::RCustomColumnBase > &column) |
std::shared_ptr< GraphNode > | ROOT::Internal::RDF::GraphDrawing::CreateDefineNode (const std::string &columnName, const ROOT::Detail::RDF::RCustomColumnBase *columnPtr) |
std::shared_ptr< GraphNode > | ROOT::Internal::RDF::GraphDrawing::CreateFilterNode (const ROOT::Detail::RDF::RFilterBase *filterPtr) |
std::shared_ptr< GraphNode > | ROOT::Internal::RDF::GraphDrawing::CreateRangeNode (const ROOT::Detail::RDF::RRangeBase *rangePtr) |