VTK
|
Manages the vtkDebugLeaks singleton. More...
#include <vtkDebugLeaksManager.h>
Public Member Functions | |
vtkDebugLeaksManager () | |
~vtkDebugLeaksManager () |
Manages the vtkDebugLeaks singleton.
vtkDebugLeaksManager should be included in any translation unit that will use vtkDebugLeaks or that implements the singleton pattern. It makes sure that the vtkDebugLeaks singleton is created before and destroyed after all other singletons in VTK.
Definition at line 30 of file vtkDebugLeaksManager.h.