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

Method SetSize

Examples/Emscripten/Cxx/GeometryViewer/GeometryViewer.cxx:506–510  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

504
505//------------------------------------------------------------------------------
506void GeometryViewer::SetSize(int width, int height)
507{
508 std::cout << __func__ << width << ',' << height << std::endl;
509 this->P->Interactor->UpdateSize(width, height);
510}
511
512//------------------------------------------------------------------------------
513void GeometryViewer::RemoveAllActors()

Callers 15

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 1

UpdateSizeMethod · 0.45

Tested by 1

TestHelixFunction · 0.36