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

Method MaybeUpdate

Rendering/VtkJS/vtkVtkJSViewNodeFactory.cxx:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27{
28 template <typename X>
29 static typename std::enable_if<std::is_base_of<vtkAlgorithm, X>::value>::type MaybeUpdate(X* x)
30 {
31 x->Update();
32 }
33
34 template <typename X>
35 static typename std::enable_if<!std::is_base_of<vtkAlgorithm, X>::value>::type MaybeUpdate(X*)

Callers

nothing calls this directly

Calls 1

UpdateMethod · 0.45

Tested by

no test coverage detected