VTK
9.1.0
|
#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< T > |
a weak reference to a vtkObject. More... | |
Namespaces | |
namespace | 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. | |
template<class T > | |
ostream & | operator<< (ostream &os, const vtkWeakPointer< T > &p) |
Streaming operator to print smart pointer like regular pointers. | |
#define VTK_WEAK_POINTER_DEFINE_OPERATOR | ( | op | ) |
Definition at line 255 of file vtkWeakPointer.h.
|
inline |
Streaming operator to print smart pointer like regular pointers.
Definition at line 311 of file vtkWeakPointer.h.