MCPcopy 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
1094void 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
1103void Viewer::shutdownPlugins_()
1104{

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
initMethod · 0.45

Tested by

no test coverage detected