|
SimpleITK
|
Enable automatic reference removal of itk::LightObject pointers to be used with STL smart pointers. More...
#include <sitkProcessObjectDeleter.h>
Enable automatic reference removal of itk::LightObject pointers to be used with STL smart pointers.
This class is used to remove a reference to ITK LightObjects when they are no longer needed. It is typically used with std::unique_ptr or std::shared_ptr to manage the lifetime of ITK objects in SimpleITK.
Definition at line 38 of file sitkProcessObjectDeleter.h.
Public Member Functions | |
| void | operator() (itk::LightObject *ptr) const |
| void itk::simple::ProcessObjectDeleter::operator() | ( | itk::LightObject * | ptr | ) | const |
1.13.2 |
Privacy Policy