|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkWeakPointer_h
19 #define itkWeakPointer_h
43 template <
typename TObjectType>
146 (*m_Pointer).Print(os);
157 template <
typename T>
bool operator==(R r) const
std::ostream & operator<<(std::ostream &os, const Array< TValue > &arr)
bool operator<(const WeakPointer &r) const
bool operator>(const WeakPointer &r) const
bool operator!=(R r) const
bool operator>=(const WeakPointer &r) const
bool operator<=(const WeakPointer &r) const
Implements a weak reference to an object.
WeakPointer(std::nullptr_t)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
WeakPointer(ObjectType *p)
ObjectType * Print(std::ostream &os) const
ObjectType * GetPointer() const
ObjectType * operator->() const