VTK
9.1.0
|
#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< T > |
Hold a reference to a vtkObjectBase instance. More... | |
Namespaces | |
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 404 of file vtkSmartPointer.h.
|
inline |
Streaming operator to print smart pointer like regular pointers.
Definition at line 468 of file vtkSmartPointer.h.