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

Method SetWindowId

Rendering/UI/vtkWin32HardwareWindow.cxx:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void vtkWin32HardwareWindow::SetWindowId(void* arg)
46{
47 this->WindowId = (HWND)(arg);
48}
49
50void vtkWin32HardwareWindow::SetParentId(void* arg)
51{

Calls

no outgoing calls

Tested by

no test coverage detected