Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RTreeMapImporter.cxx File Reference
#include <ROOT/RTreeMapPainter.hxx>
#include <ROOT/RNTupleInspector.hxx>
#include <ROOT/RColumnElementBase.hxx>
#include <queue>
Include dependency graph for RTreeMapImporter.cxx:

Functions

static RTreeMapBase::Node CreateNode (const RNTupleInspector &insp, const ROOT::RFieldDescriptor &fldDesc, std::uint64_t childrenIdx, std::uint64_t nChildren, ROOT::DescriptorId_t rootId, size_t rootSize)
 
static RTreeMapBase::Node CreateNode (const RNTupleInspector::RColumnInspector &colInsp, std::uint64_t childrenIdx)
 

Detailed Description

Author
Patryk Tymoteusz Pilichowski patry.nosp@m.k.ty.nosp@m.moteu.nosp@m.sz.p.nosp@m.ilich.nosp@m.owsk.nosp@m.i@cer.nosp@m.n.ch
Date
2025-08-21
Warning
This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

Definition in file RTreeMapImporter.cxx.

Function Documentation

◆ CreateNode() [1/2]

static RTreeMapBase::Node CreateNode ( const RNTupleInspector & insp,
const ROOT::RFieldDescriptor & fldDesc,
std::uint64_t childrenIdx,
std::uint64_t nChildren,
ROOT::DescriptorId_t rootId,
size_t rootSize )
static

Definition at line 24 of file RTreeMapImporter.cxx.

◆ CreateNode() [2/2]

static RTreeMapBase::Node CreateNode ( const RNTupleInspector::RColumnInspector & colInsp,
std::uint64_t childrenIdx )
static

Definition at line 33 of file RTreeMapImporter.cxx.