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

Method SetSize

Web/WebAssemblySession/vtkRemoteSession.cxx:206–209  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

204
205//-------------------------------------------------------------------------------
206bool vtkRemoteSession::SetSize(vtkTypeUInt32 object, int width, int height)
207{
208 return vtkSessionSetSize(this->Session, object, width, height) == vtkSessionResultSuccess;
209}
210
211//-------------------------------------------------------------------------------
212bool vtkRemoteSession::Render(vtkTypeUInt32 object)

Callers

nothing calls this directly

Calls 1

vtkSessionSetSizeFunction · 0.85

Tested by

no test coverage detected