Go to the source code of this file.
§ VTK_SMART_POINTER_DEFINE_OPERATOR
#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.
GLdouble GLdouble GLdouble r
Definition at line 186 of file vtkSmartPointer.h.
§ operator<<()
Compare smart pointer values.
Streaming operator to print smart pointer like regular pointers.
Definition at line 218 of file vtkSmartPointer.h.