vtkSmartPointer< T > Class Template Reference
#include <vtkSmartPointer.h>
Inheritance diagram for vtkSmartPointer< T >:
[legend]Collaboration diagram for vtkSmartPointer< T >:
[legend]List of all members.
Detailed Description
template<class T>
class vtkSmartPointer< T >
Hold a reference to a
vtkObjectBase instance.
vtkSmartPointer is a class template that provides automatic casting for objects held by the vtkSmartPointerBase superclass.
- Tests:
- vtkSmartPointer (Tests)
Definition at line 31 of file vtkSmartPointer.h.
Constructor & Destructor Documentation
|
Initialize smart pointer with a new reference to the same object referenced by given smart pointer. Definition at line 42 of file vtkSmartPointer.h. |
Member Function Documentation
|
Assign object to reference. This removes any reference to an old object. Definition at line 47 of file vtkSmartPointer.h. |
|
Dereference the pointer and return a reference to the contained object. Definition at line 75 of file vtkSmartPointer.h. |
|
Provides normal pointer target member access using operator ->. Definition at line 83 of file vtkSmartPointer.h. |
The documentation for this class was generated from the following file: