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

Method SetSize

Interaction/Image/vtkImageViewer2.cxx:171–174  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

169
170//------------------------------------------------------------------------------
171void vtkImageViewer2::SetSize(int width, int height)
172{
173 this->RenderWindow->SetSize(width, height);
174}
175
176//------------------------------------------------------------------------------
177int* vtkImageViewer2::GetSize()

Callers 1

RenderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected