Go to the source code of this file.
#define VTK_WEAK_POINTER_DEFINE_OPERATOR |
( |
|
op | ) |
|
Value:template <class T> \
inline bool \
{ \
return (l.GetPointer() op r.GetPointer()); \
} \
template <class T> \
{ \
return (l op r.GetPointer()); \
} \
template <class T> \
{ \
return (l.GetPointer() op r); \
}
a weak reference to a vtkObject.
Definition at line 162 of file vtkWeakPointer.h.
Compare smart pointer values.
Streaming operator to print smart pointer like regular pointers.
Definition at line 195 of file vtkWeakPointer.h.