[SOLVED] Data Graph in c++

Hello there,

I am trying to find out how can I get data graph while using c++.

eqvivalen pyhton code is as folloving

base.dataRoot.node().addChild()

tnx for help

found an answer

framework.get_data_root().node()

tnx