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

Method Delete

Wrapping/Java/vtk/rendering/swt/vtkSwtComponent.java:95–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93 }
94
95 @Override
96 public void Delete() {
97 this.lock.lock();
98 // We prevent any further rendering
99 this.inRenderCall = true;
100 this.renderWindow = null;
101 super.Delete();
102 this.lock.unlock();
103 }
104
105 /**
106 * @return true if the graphical component has been properly set and

Callers

nothing calls this directly

Calls 3

DeleteMethod · 0.65
lockMethod · 0.45
unlockMethod · 0.45

Tested by

no test coverage detected