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

Method UniqueId

Rendering/VtkJS/vtkVtkJSSceneGraphSerializer.cxx:1082–1085  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1080
1081//------------------------------------------------------------------------------
1082Json::ArrayIndex vtkVtkJSSceneGraphSerializer::UniqueId(void* ptr)
1083{
1084 return this->Internals->uniqueId(ptr);
1085}
1086
1087//------------------------------------------------------------------------------
1088void vtkVtkJSSceneGraphSerializer::extractRequiredFields(

Callers 2

AddMethod · 0.95
ToJsonMethod · 0.95

Calls 1

uniqueIdMethod · 0.80

Tested by

no test coverage detected