Go to the source code of this file.
#define VTK_SMART_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); \
}
Hold a reference to a vtkObjectBase instance.
Definition at line 203 of file vtkSmartPointer.h.
Compare smart pointer values.
Streaming operator to print smart pointer like regular pointers.
Definition at line 236 of file vtkSmartPointer.h.