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

Method UpdateStateFromObject

Web/WebAssemblySession/vtkRemoteSession.cxx:200–203  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

198
199//-------------------------------------------------------------------------------
200void vtkRemoteSession::UpdateStateFromObject(vtkTypeUInt32 object)
201{
202 return vtkSessionUpdateStateFromObject(this->Session, object);
203}
204
205//-------------------------------------------------------------------------------
206bool vtkRemoteSession::SetSize(vtkTypeUInt32 object, int width, int height)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected