|
VTK
9.4.2
|
#include "vtkSmartPointerBase.h"#include "vtkMeta.h"#include "vtkNew.h"#include <functional>#include <type_traits>#include <utility>Go to the source code of this file.
Classes | |
| class | vtkSmartPointer< T > |
| Hold a reference to a vtkObjectBase instance. More... | |
| struct | std::hash< vtkSmartPointer< T > > |
Namespaces | |
| namespace | std |
| namespace | vtk |
| Specialization of tuple ranges and iterators for vtkAOSDataArrayTemplate. | |
Macros | |
| #define | VTK_SMART_POINTER_DEFINE_OPERATOR(op) |
Functions | |
| template<typename T > | |
| vtkSmartPointer< T > | vtk::MakeSmartPointer (T *obj) |
| Construct a vtkSmartPointer<T> containing obj. | |
| template<typename T > | |
| vtkSmartPointer< T > | vtk::TakeSmartPointer (T *obj) |
| Construct a vtkSmartPointer<T> containing obj. | |
| template<class T > | |
| ostream & | operator<< (ostream &os, const vtkSmartPointer< T > &p) |
| Streaming operator to print smart pointer like regular pointers. | |
| #define VTK_SMART_POINTER_DEFINE_OPERATOR | ( | op | ) |
Definition at line 421 of file vtkSmartPointer.h.
|
inline |
Streaming operator to print smart pointer like regular pointers.
Definition at line 489 of file vtkSmartPointer.h.