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

Function GetGenericWindowId

Rendering/VR/vtkVRRenderWindow.h:223–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221 */
222 void* GetGenericDisplayId() override { return this->HelperWindow->GetGenericDisplayId(); }
223 void* GetGenericWindowId() override { return this->HelperWindow->GetGenericWindowId(); }
224 void* GetGenericParentId() override { return nullptr; }
225 void* GetGenericContext() override { return this->HelperWindow->GetGenericContext(); }
226 void* GetGenericDrawable() override { return this->HelperWindow->GetGenericDrawable(); }

Callers

nothing calls this directly

Calls 1

GetGenericWindowIdMethod · 0.45

Tested by

no test coverage detected