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

Method Synchronize

Rendering/VtkJS/vtkVtkJSViewNodeFactory.cxx:60–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59
60 void Synchronize(bool prepass) override
61 {
62 this->Base::Synchronize(prepass);
63 if (prepass)
64 {
65 auto factory = vtkVtkJSViewNodeFactory::SafeDownCast(this->GetMyFactory());
66 if (factory != nullptr)
67 {
68 factory->GetSerializer()->Add(this, Renderable::SafeDownCast(this->GetRenderable()));
69 }
70 }
71 }
72
73 void Render(bool prepass) override
74 {

Callers

nothing calls this directly

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected