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

Method Create

Web/WebAssemblySession/vtkStandaloneSession.cxx:26–29  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

24
25//-------------------------------------------------------------------------------
26vtkObjectHandle vtkStandaloneSession::Create(const std::string& className)
27{
28 return vtkSessionCreateObject(this->Session, className.c_str());
29}
30
31//-------------------------------------------------------------------------------
32void vtkStandaloneSession::Destroy(vtkObjectHandle object)

Callers

nothing calls this directly

Calls 2

vtkSessionCreateObjectFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected