vtkSmartPointerBase Class Reference
#include <vtkSmartPointerBase.h>
Inheritance diagram for vtkSmartPointerBase:
[legend]Collaboration diagram for vtkSmartPointerBase:
[legend]List of all members.
Detailed Description
Non-templated superclass for vtkSmartPointer.
vtkSmartPointerBase holds a pointer to a vtkObjectBase or subclass instance and performs one Register/UnRegister pair. This is useful for storing VTK objects in STL containers. This class is not intended to be used directly. Instead, use the vtkSmartPointer class template to automatically perform proper cast operations.
Definition at line 30 of file vtkSmartPointerBase.h.
Constructor & Destructor Documentation
vtkSmartPointerBase::vtkSmartPointerBase |
( |
|
) |
|
|
|
Initialize smart pointer to NULL. |
|
Initialize smart pointer to given object. |
|
Initialize smart pointer with a new reference to the same object referenced by given smart pointer. |
vtkSmartPointerBase::~vtkSmartPointerBase |
( |
|
) |
|
|
|
Destroy smart pointer and remove the reference to its object. |
Member Function Documentation
|
Destroy smart pointer and remove the reference to its object.
Reimplemented in vtkSmartPointer< T >. |
vtkObjectBase* vtkSmartPointerBase::GetPointer |
( |
|
) |
const [inline] |
|
|
Report the reference held by the smart pointer to a collector. |
Member Data Documentation
The documentation for this class was generated from the following file:
Generated on Tue Jan 22 00:17:02 2008 for VTK by
1.4.3-20050530