| VTK
    9.0.1
    | 
#include "vtkWeakPointerBase.h"#include "vtkMeta.h"#include "vtkNew.h"#include <type_traits>#include <utility>Go to the source code of this file.
| Classes | |
| class | vtkWeakPointer | 
| a weak reference to a vtkObject.  More... | |
| Namespaces | |
| vtk | |
| Specialization of tuple ranges and iterators for vtkAOSDataArrayTemplate. | |
| Macros | |
| #define | VTK_WEAK_POINTER_DEFINE_OPERATOR(op) | 
| Functions | |
| template<typename T > | |
| vtkWeakPointer< T > | vtk::TakeWeakPointer (T *obj) | 
| Construct a vtkWeakPointer<T> containing obj.  More... | |
| template<class T > | |
| ostream & | operator<< (ostream &os, const vtkWeakPointer< T > &p) | 
| Streaming operator to print smart pointer like regular pointers.  More... | |
| #define VTK_WEAK_POINTER_DEFINE_OPERATOR | ( | op | ) | 
Definition at line 248 of file vtkWeakPointer.h.
| 
 | inline | 
Streaming operator to print smart pointer like regular pointers.
Definition at line 304 of file vtkWeakPointer.h.
 1.8.17
 1.8.17