| VTK
    9.0.1
    | 
#include "vtkCommonCoreModule.h"#include "vtkObject.h"#include "vtkDebugLeaksManager.h"#include "vtkToolkits.h"Go to the source code of this file.
| Classes | |
| class | vtkDebugLeaks | 
| identify memory leaks at program termination vtkDebugLeaks is used to report memory leaks at the exit of the program. It uses vtkObjectBase::InitializeObjectBase() (called via vtkObjectFactory macros) to intercept the construction of all VTK objects. It uses the UnRegisterInternal method of vtkObjectBase to intercept the destruction of all objects.  More... | |
| class | vtkDebugLeaksObserver | 
 1.8.17
 1.8.17