#include <itkDataObject.h>
Definition at line 97 of file itkDataObject.h.
|
virtual const char * | GetNameOfClass () const |
|
| InvalidRequestedRegionError () noexcept |
|
| InvalidRequestedRegionError (const char *file, unsigned int lineNumber) |
|
| InvalidRequestedRegionError (const std::string &file, unsigned int lineNumber) |
|
| InvalidRequestedRegionError (const InvalidRequestedRegionError &orig) noexcept |
|
InvalidRequestedRegionError & | operator= (const InvalidRequestedRegionError &orig) noexcept |
|
| ~InvalidRequestedRegionError () noexceptoverride=default |
|
| DataObjectError () noexcept |
|
| DataObjectError (const char *file, unsigned int lineNumber) |
|
| DataObjectError (const std::string &file, unsigned int lineNumber) |
|
| DataObjectError (const DataObjectError &orig) noexcept |
|
DataObject * | GetDataObject () noexcept |
|
DataObjectError & | operator= (const DataObjectError &orig) noexcept |
|
void | SetDataObject (DataObject *dobj) noexcept |
|
| ~DataObjectError () noexceptoverride=default |
|
virtual const char * | GetDescription () const |
|
virtual const char * | GetFile () const |
|
virtual unsigned int | GetLine () const |
|
virtual const char * | GetLocation () const |
|
ExceptionObject & | operator= (const ExceptionObject &orig) noexcept |
|
virtual bool | operator== (const ExceptionObject &orig) |
|
virtual void | Print (std::ostream &os) const |
|
virtual void | SetDescription (const std::string &s) |
|
virtual void | SetDescription (const char *s) |
|
virtual void | SetLocation (const std::string &s) |
|
virtual void | SetLocation (const char *s) |
|
const char * | what () const noexceptoverride |
|
| ~ExceptionObject () noexceptoverride |
|
| ExceptionObject () noexcept |
|
| ExceptionObject (const char *file, unsigned int lineNumber=0, const char *desc="None", const char *loc="Unknown") |
|
| ExceptionObject (const std::string &file, unsigned int lineNumber=0, const std::string &desc="None", const std::string &loc="Unknown") |
|
| ExceptionObject (const ExceptionObject &orig) noexcept |
|
itk::InvalidRequestedRegionError::InvalidRequestedRegionError |
( |
| ) |
|
|
noexcept |
Default constructor. Needed to ensure the exception object can be copied.
itk::InvalidRequestedRegionError::~InvalidRequestedRegionError |
( |
| ) |
|
|
overridedefaultnoexcept |
Destructor. Need to specify empty throw() to avoid warnings.
itk::InvalidRequestedRegionError::InvalidRequestedRegionError |
( |
const char * |
file, |
|
|
unsigned int |
lineNumber |
|
) |
| |
Constructor. Needed to ensure the exception object can be copied.
itk::InvalidRequestedRegionError::InvalidRequestedRegionError |
( |
const std::string & |
file, |
|
|
unsigned int |
lineNumber |
|
) |
| |
Constructor. Needed to ensure the exception object can be copied.
Copy constructor. Needed to ensure the exception object can be copied.
virtual const char* itk::InvalidRequestedRegionError::GetNameOfClass |
( |
| ) |
const |
|
virtual |
Operator=. Needed to ensure the exception object can be copied.
void itk::InvalidRequestedRegionError::PrintSelf |
( |
std::ostream & |
os, |
|
|
Indent |
indent |
|
) |
| const |
|
overrideprotectedvirtual |
Print exception information. This method can be overridden by specific exception subtypes. The default is to print out the location where the exception was first thrown and any description provided by the "thrower".
Reimplemented from itk::DataObjectError.
The documentation for this class was generated from the following file: