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

Method Stop

Wrapping/Java/vtk/vtkJavaGarbageCollector.java:107–109  ·  view source on GitHub ↗

Shortcut for SetAutoGarbageCollection(false) @see SetAutoGarbageCollection

()

Source from the content-addressed store, hash-verified

105 * @see SetAutoGarbageCollection
106 */
107 public void Stop() {
108 this.SetAutoGarbageCollection(false);
109 }
110
111 /**
112 * @return the runnable that do the garbage collection. This could be used

Callers 1

mainMethod · 0.95

Calls 1

Tested by 1

mainMethod · 0.76