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

Method UnRegisterState

Web/WebAssemblySession/vtkRemoteSession.cxx:36–39  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

34
35//-------------------------------------------------------------------------------
36bool vtkRemoteSession::UnRegisterState(vtkTypeUInt32 object)
37{
38 return vtkSessionUnRegisterState(this->Session, object) == vtkSessionResultSuccess;
39}
40
41//-------------------------------------------------------------------------------
42emscripten::val vtkRemoteSession::GetState(vtkTypeUInt32 object)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected