MCPcopy Create free account
hub / github.com/Kitware/VTK / main

Function main

Examples/Emscripten/Cxx/MultiCone/MultiCone.cxx:113–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111//------------------------------------------------------------------------------
112
113int main(int argc, char* argv[])
114{
115 std::cout << "Start main" << std::endl;
116 createPipeline();
117
118 // Start rendering app
119 renderer->SetBackground(0.2, 0.3, 0.4);
120 // renderWindow->SetSize(600, 600);
121 renderWindow->Render();
122
123 // Start event loop
124 // Nothing is going to execute pass that point...
125 renderWindowInteractor->Start();
126
127 return 0;
128}

Callers

nothing calls this directly

Calls 3

createPipelineFunction · 0.85
RenderMethod · 0.65
StartMethod · 0.45

Tested by

no test coverage detected