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

Method Start

Wrapping/Java/vtk/vtkJavaGarbageCollector.java:99–101  ·  view source on GitHub ↗

Shortcut for SetAutoGarbageCollection(true) @see SetAutoGarbageCollection

()

Source from the content-addressed store, hash-verified

97 * @see SetAutoGarbageCollection
98 */
99 public void Start() {
100 this.SetAutoGarbageCollection(true);
101 }
102
103 /**
104 * Shortcut for SetAutoGarbageCollection(false)

Callers 1

runMethod · 0.45

Calls 1

Tested by

no test coverage detected