ALBA
Public Member Functions | List of all members
vtkALBASmartPointer< T > Class Template Reference

#include <vtkALBASmartPointer.h>

Inheritance diagram for vtkALBASmartPointer< T >:
Inheritance graph
[legend]
Collaboration diagram for vtkALBASmartPointer< T >:
Collaboration graph
[legend]

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
 

Detailed Description

template<class T>
class vtkALBASmartPointer< T >

Definition at line 47 of file vtkALBASmartPointer.h.

Constructor & Destructor Documentation

◆ vtkALBASmartPointer() [1/3]

template<class T >
vtkALBASmartPointer< T >::vtkALBASmartPointer ( )
inline

Initialize smart pointer to a new instanse of class T.

Definition at line 52 of file vtkALBASmartPointer.h.

◆ vtkALBASmartPointer() [2/3]

template<class T >
vtkALBASmartPointer< T >::vtkALBASmartPointer ( T *  r)
inline

Initialize smart pointer to given object pointer and reference the given object.

Definition at line 56 of file vtkALBASmartPointer.h.

◆ vtkALBASmartPointer() [3/3]

template<class T >
vtkALBASmartPointer< T >::vtkALBASmartPointer ( const vtkSmartPointerBase &  r)
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.


The documentation for this class was generated from the following file: