16#ifndef __vtkALBASmartPointer_h
17#define __vtkALBASmartPointer_h
19#include "albaConfigure.h"
20#include "vtkSmartPointer.h"
43 operator T *()
const {
return (T *)this->Object;}
Hold a reference to a vtkObjectBase instance.
vtkALBAAutoPointer(T *r)
Initialize smart pointer to given object pointer and reference the given object.
vtkALBAAutoPointer(const vtkSmartPointerBase &r)
Initialize smart pointer with a new reference to the same object referenced by given smart pointer.
vtkALBAAutoPointer()
Initialize smart pointer to a new instanse of class T.
vtkALBASmartPointer(const vtkSmartPointerBase &r)
Initialize smart pointer with a new reference to the same object referenced by given smart pointer.
vtkALBASmartPointer()
Initialize smart pointer to a new instanse of class T.
vtkALBASmartPointer(T *r)
Initialize smart pointer to given object pointer and reference the given object.