17 #ifndef __igstkNDIErrorEvent_h
18 #define __igstkNDIErrorEvent_h
48 m_ErrorCode = errorCode; }
52 m_ErrorCode = s.m_ErrorCode; }
59 return "NDIErrorEvent"; }
62 virtual bool CheckEvent(const ::itk::EventObject* e)
const {
63 return dynamic_cast<const Self*
>(e); }
74 void operator=(
const Self&);