VTK
|
#include "vtkSmartPointerBase.h"
Go to the source code of this file.
Classes | |
class | vtkSmartPointer< T > |
Hold a reference to a vtkObjectBase instance. More... | |
Macros | |
#define | VTK_SMART_POINTER_DEFINE_OPERATOR(op) |
Functions | |
template<class T > | |
ostream & | operator<< (ostream &os, const vtkSmartPointer< T > &p) |
#define VTK_SMART_POINTER_DEFINE_OPERATOR | ( | op) |
Definition at line 182 of file vtkSmartPointer.h.
|
inline |
Compare smart pointer values.
Streaming operator to print smart pointer like regular pointers.
Definition at line 214 of file vtkSmartPointer.h.