|
VTK
9.0.1
|
#include "vtkSmartPointerBase.h"#include "vtkMeta.h"#include "vtkNew.h"#include <type_traits>#include <utility>Go to the source code of this file.
Classes | |
| class | vtkSmartPointer |
| Hold a reference to a vtkObjectBase instance. More... | |
Namespaces | |
| 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. More... | |
| template<typename T > | |
| vtkSmartPointer< T > | vtk::TakeSmartPointer (T *obj) |
| Construct a vtkSmartPointer<T> containing obj. More... | |
| template<class T > | |
| ostream & | operator<< (ostream &os, const vtkSmartPointer< T > &p) |
| Streaming operator to print smart pointer like regular pointers. More... | |
| #define VTK_SMART_POINTER_DEFINE_OPERATOR | ( | op | ) |
Definition at line 279 of file vtkSmartPointer.h.
|
inline |
Streaming operator to print smart pointer like regular pointers.
Definition at line 343 of file vtkSmartPointer.h.
1.8.17