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

Method update

Wrapping/Java/vtk/vtkPanel.java:201–201  ·  view source on GitHub ↗
(Graphics g)

Source from the content-addressed store, hash-verified

199 public void paint(Graphics g) { this.Render(); }
200
201 public void update(Graphics g) { paint(g); }
202
203 public void LightFollowCameraOn() { this.LightFollowCamera = 1; }
204

Callers 2

meshFunction · 0.45
extractRequiredFieldsFunction · 0.45

Calls 1

paintMethod · 0.95

Tested by

no test coverage detected