#include <vtkDebugLeaks.h>
Inheritance diagram for vtkDebugLeaks:
vtkDebugLeaks is used to report memory leaks at the exit of the program. It uses the vtkObjectFactory to intercept the construction of all VTK objects. It uses the UnRegister method of vtkObject to intercept the destruction of all objects. A table of object name to number of instances is kept. At the exit of the program if there are still VTK objects around it will print them out. To enable this class add the flag -DVTK_DEBUG_LEAKS to the compile line, and rebuild vtkObject and vtkObjectFactory.
Definition at line 46 of file vtkDebugLeaks.h.
Public Types | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
Static Public Member Functions | |
static vtkDebugLeaks * | New () |
static int | IsTypeOf (const char *type) |
static vtkDebugLeaks * | SafeDownCast (vtkObject *o) |
static void | ConstructClass (const char *classname) |
static void | DestructClass (const char *classname) |
static void | PrintCurrentLeaks () |
static void | PromptUserOn () |
static void | PromptUserOff () |
Protected Member Functions | |
vtkDebugLeaks () | |
virtual | ~vtkDebugLeaks () |
Static Protected Member Functions | |
static int | DisplayMessageBox (const char *) |
static void | ClassInitialize () |
static void | ClassFinalize () |
Friends | |
class | vtkDebugLeaksManager |
|
Reimplemented from vtkObject. Definition at line 50 of file vtkDebugLeaks.h. |
|
Definition at line 69 of file vtkDebugLeaks.h. |
|
Definition at line 70 of file vtkDebugLeaks.h. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. |
|
Reimplemented from vtkObject. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkObject. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkObject. |
|
Reimplemented from vtkObject. |
|
Call this when creating a class of a given name. |
|
Call this when deleting a class of a given name. |
|
Print all the values in the table. |
|
Turn prompt at exit on/off (this setting is deprecated and will be ignored). Definition at line 64 of file vtkDebugLeaks.h. |
|
Turn prompt at exit on/off (this setting is deprecated and will be ignored). Definition at line 65 of file vtkDebugLeaks.h. |
|
|
|
|
|
|
|
Definition at line 78 of file vtkDebugLeaks.h. |