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

Method SetPosition

Interaction/Image/vtkImageViewer2.cxx:397–400  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

395
396//------------------------------------------------------------------------------
397void vtkImageViewer2::SetPosition(int x, int y)
398{
399 this->RenderWindow->SetPosition(x, y);
400}
401
402//------------------------------------------------------------------------------
403int* vtkImageViewer2::GetPosition()

Callers 1

UpdateOrientationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected