VTK  9.4.20241221
Classes | Functions
vtkNew.h File Reference
#include "vtkIOStream.h"
#include "vtkMeta.h"
#include <type_traits>
Include dependency graph for vtkNew.h:

Go to the source code of this file.

Classes

class  vtkNew< T >
 Allocate and hold a VTK object. More...
 

Functions

template<class T >
void vtkGarbageCollectorReport (vtkGarbageCollector *collector, vtkNew< T > &ptr, const char *desc)
 Function to report a reference held by a vtkNew to a collector.
 

Function Documentation

◆ vtkGarbageCollectorReport()

template<class T >
void vtkGarbageCollectorReport ( vtkGarbageCollector collector,
vtkNew< T > &  ptr,
const char *  desc 
)

Function to report a reference held by a vtkNew to a collector.

Definition at line 282 of file vtkGarbageCollector.h.