Logo ROOT   6.16/01
Reference Guide
Classes | Functions
ROOT::Internal::RDF::GraphDrawing Namespace Reference

Classes

class  GraphCreatorHelper
 
class  GraphNode
 

Functions

bool CheckIfDefaultOrDSColumn (const std::string &name, const std::shared_ptr< ROOT::Detail::RDF::RCustomColumnBase > &column)
 
std::shared_ptr< GraphNodeCreateDefineNode (const std::string &columnName, const ROOT::Detail::RDF::RCustomColumnBase *columnPtr)
 
std::shared_ptr< GraphNodeCreateFilterNode (const ROOT::Detail::RDF::RFilterBase *filterPtr)
 
std::shared_ptr< GraphNodeCreateRangeNode (const ROOT::Detail::RDF::RRangeBase *rangePtr)
 

Function Documentation

◆ CheckIfDefaultOrDSColumn()

bool ROOT::Internal::RDF::GraphDrawing::CheckIfDefaultOrDSColumn ( const std::string &  name,
const std::shared_ptr< ROOT::Detail::RDF::RCustomColumnBase > &  column 
)

Definition at line 51 of file RDFGraphUtils.cxx.

◆ CreateDefineNode()

std::shared_ptr< GraphNode > ROOT::Internal::RDF::GraphDrawing::CreateDefineNode ( const std::string &  columnName,
const ROOT::Detail::RDF::RCustomColumnBase columnPtr 
)

Definition at line 81 of file RDFGraphUtils.cxx.

◆ CreateFilterNode()

std::shared_ptr< GraphNode > ROOT::Internal::RDF::GraphDrawing::CreateFilterNode ( const ROOT::Detail::RDF::RFilterBase filterPtr)

Definition at line 99 of file RDFGraphUtils.cxx.

◆ CreateRangeNode()

std::shared_ptr< GraphNode > ROOT::Internal::RDF::GraphDrawing::CreateRangeNode ( const ROOT::Detail::RDF::RRangeBase rangePtr)

Definition at line 117 of file RDFGraphUtils.cxx.