Execute the garbage collection in the Java + VTK context to release Java instance that are not used anymore which keep holding a C++ instance around. @param debug allow to add extra information inside the return object such as the class name of the objects lefts as well as the
(boolean debug)
| 58 | * statistic or debugging purpose. |
| 59 | */ |
| 60 | vtkReferenceInformation gc(boolean debug); |
| 61 | |
| 62 | /** |
| 63 | * @return an helper class that allow to trigger the garbage collector at a |
no outgoing calls