ALBA
|
#include <vtkALBASmartPointer.h>
Public Member Functions | |
vtkALBASmartPointer () | |
vtkALBASmartPointer (T *r) | |
vtkALBASmartPointer (const vtkSmartPointerBase &r) | |
Public Member Functions inherited from vtkALBAAutoPointer< T > | |
vtkALBAAutoPointer () | |
vtkALBAAutoPointer (T *r) | |
vtkALBAAutoPointer (const vtkSmartPointerBase &r) | |
operator T* () const | |
Definition at line 47 of file vtkALBASmartPointer.h.
|
inline |
Initialize smart pointer to a new instanse of class T.
Definition at line 52 of file vtkALBASmartPointer.h.
|
inline |
Initialize smart pointer to given object pointer and reference the given object.
Definition at line 56 of file vtkALBASmartPointer.h.
|
inline |
Initialize smart pointer with a new reference to the same object referenced by given smart pointer.
Definition at line 61 of file vtkALBASmartPointer.h.