Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ initPlugins_
Method
initPlugins_
source/MRViewer/MRViewer.cpp:1094–1101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1092
}
1093
1094
void Viewer::initPlugins_()
1095
{
1096
// Init all plugins
1097
for ( unsigned int i = 0; i < plugins.size(); ++i )
1098
{
1099
plugins[i]->init( this );
1100
}
1101
}
1102
1103
void Viewer::shutdownPlugins_()
1104
{
Callers
nothing calls this directly
Calls
2
size
Method · 0.45
init
Method · 0.45
Tested by
no test coverage detected