MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / get_trainer_manager

Function get_trainer_manager

src/python/python_runtime.cpp:249–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247
248 void set_trainer_manager(vis::TrainerManager* tm) { g_trainer_manager.store(tm); }
249 vis::TrainerManager* get_trainer_manager() { return g_trainer_manager.load(); }
250
251 void set_visualizer(vis::Visualizer* viewer) { g_visualizer.store(viewer); }
252 vis::Visualizer* get_visualizer() { return g_visualizer.load(); }

Callers 7

clearMethod · 0.85
has_paramsMethod · 0.85
can_editMethod · 0.85
py_params.cppFile · 0.85
has_trainerMethod · 0.85
clear_scene_from_pythonFunction · 0.85
NB_MODULEFunction · 0.85

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected