MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / init_

Method init_

source/MRViewer/MRViewer.cpp:1074–1092  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1072}
1073
1074void Viewer::init_()
1075{
1076 MR_TIMER;
1077 initBasisAxesObject_();
1078 initBasisViewControllerObject_();
1079 initClippingPlaneObject_();
1080 initRotationCenterObject_();
1081 initGlobalBasisAxesObject_();
1082
1083 initPlugins_();
1084
1085 auto& mainViewport = viewport();
1086 if ( settingsMng_ )
1087 {
1088 spdlog::info( "Load user settings." );
1089 settingsMng_->loadSettings( *this );
1090 }
1091 mainViewport.init();
1092}
1093
1094void Viewer::initPlugins_()
1095{

Callers

nothing calls this directly

Calls 2

loadSettingsMethod · 0.80
initMethod · 0.45

Tested by

no test coverage detected