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

Method pushGeometry

Web/Python/vtkmodules/web/protocols.py:769–773  ·  view source on GitHub ↗
(newSubscription=False)

Source from the content-addressed store, hash-verified

767 realViewId = self.getApplication().GetObjectIdMap().GetGlobalId(sView)
768
769 def pushGeometry(newSubscription=False):
770 stateToReturn = self.getViewState(realViewId, newSubscription)
771 stateToReturn["mtime"] = 0 if newSubscription else self.mtime
772 self.mtime += 1
773 return stateToReturn
774
775 if not realViewId in self.trackingViews:
776 observerCallback = lambda *args, **kwargs: self.publish(

Callers

nothing calls this directly

Calls 1

getViewStateMethod · 0.95

Tested by

no test coverage detected