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

Function class_name

Web/Python/vtkmodules/web/render_window_serializer.py:166–171  ·  view source on GitHub ↗
(vtk_obj)

Source from the content-addressed store, hash-verified

164 JS_CLASS_MAPPING[vtk_class] = js_class
165
166def class_name(vtk_obj):
167 vtk_class = vtk_obj.GetClassName()
168 if vtk_class in JS_CLASS_MAPPING:
169 return JS_CLASS_MAPPING[vtk_class]
170
171 return vtk_class
172
173
174# -----------------------------------------------------------------------------

Callers 15

serializeInstanceFunction · 0.85
genericActorSerializerFunction · 0.85
genericVolumeSerializerFunction · 0.85
genericMapperSerializerFunction · 0.85
lookupTableSerializerFunction · 0.85
propertySerializerFunction · 0.85
volumePropertySerializerFunction · 0.85
imagedataSerializerFunction · 0.85
polydataSerializerFunction · 0.85
pwfSerializerFunction · 0.85

Calls 1

GetClassNameMethod · 0.45

Tested by

no test coverage detected