#include "vtkObject.h"
#include "vtkGarbageCollectorManager.h"
Include dependency graph for vtkGarbageCollector.h:

Go to the source code of this file.
Classes | |
| class | vtkGarbageCollector |
| Detect and break reference loops. More... | |
| void VTK_COMMON_EXPORT | vtkGarbageCollectorReportInternal (vtkGarbageCollector *, vtkObjectBase *, void *, const char *) |
| void VTK_COMMON_EXPORT | vtkGarbageCollectorReport (vtkGarbageCollector *collector, vtkSmartPointerBase &ptr, const char *desc) |
| template<class T> | |
| void | vtkGarbageCollectorReport (vtkGarbageCollector *collector, T *&ptr, const char *desc) |
|
||||||||||||||||||||
|
Referenced by vtkGarbageCollectorReport(). |
|
||||||||||||||||
|
Function to report a reference held by a smart pointer to a collector. |
|
||||||||||||||||||||
|
Function to report a reference held by a raw pointer to a collector. Definition at line 194 of file vtkGarbageCollector.h. References vtkGarbageCollectorReportInternal(). |
1.4.3-20050530