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

Method Destroy

Rendering/UI/vtkWin32HardwareWindow.cxx:176–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void vtkWin32HardwareWindow::Destroy()
177{
178 ::DestroyWindow(this->WindowId); // windows api
179 this->WindowId = 0;
180}
181
182// ----------------------------------------------------------------------------
183void vtkWin32HardwareWindow::SetSize(int x, int y)

Callers 8

FrameMethod · 0.45
RenderPieceMethod · 0.45
UpdateBuffersMethod · 0.45

Calls 1

DestroyWindowFunction · 0.85

Tested by

no test coverage detected