Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include <mitkPropertyRelationRuleBase.h>
Public Member Functions | |
NoPropertyRelationException (const char *file, unsigned int lineNumber, const char *desc, const char *loc) | |
virtual const char * | GetClassName () const |
template<class T > | |
NoPropertyRelationException & | operator<< (const T &data) |
Definition of the bit shift operator for this class. It can be used to add messages. More... | |
template<class T > | |
NoPropertyRelationException & | operator<< (T &data) |
Definition of the bit shift operator for this class (for non const data). More... | |
NoPropertyRelationException & | operator<< (std::ostream &(*func)(std::ostream &)) |
Definition of the bit shift operator for this class (for functions). More... | |
Public Member Functions inherited from mitk::Exception | |
Exception (const char *file, unsigned int lineNumber=0, const char *desc="None", const char *loc="Unknown") | |
~Exception () override throw () | |
void | AddRethrowData (const char *file, unsigned int lineNumber, const char *message) |
Adds rethrow data to this exception. More... | |
int | GetNumberOfRethrows () |
void | GetRethrowData (int rethrowNumber, std::string &file, int &line, std::string &message) |
template<class T > | |
Exception & | operator<< (const T &data) |
Definition of the bit shift operator for this class. More... | |
template<class T > | |
Exception & | operator<< (T &data) |
Definition of the bit shift operator for this class (for non const data). More... | |
Exception & | operator<< (std::ostream &(*func)(std::ostream &)) |
Definition of the bit shift operator for this class (for functions). More... | |
Additional Inherited Members | |
Protected Attributes inherited from mitk::Exception | |
std::vector< ReThrowData > | m_RethrowData |
Exception that is used by PropertyRelationRuleBase based classes to indicate that two objects have no relation.
Definition at line 395 of file mitkPropertyRelationRuleBase.h.
|
inline |
Definition at line 398 of file mitkPropertyRelationRuleBase.h.
|
virtual |
Reimplemented from mitk::Exception.
|
inline |
Definition of the bit shift operator for this class. It can be used to add messages.
Definition at line 398 of file mitkPropertyRelationRuleBase.h.
|
inline |
Definition of the bit shift operator for this class (for functions).
Definition at line 398 of file mitkPropertyRelationRuleBase.h.
|
inline |
Definition of the bit shift operator for this class (for non const data).
Definition at line 398 of file mitkPropertyRelationRuleBase.h.