#include <itkDataObject.h>
Inheritance diagram for itk::InvalidRequestedRegionError:
Public Member Functions | |
InvalidRequestedRegionError () | |
virtual | ~InvalidRequestedRegionError () throw () |
InvalidRequestedRegionError (const char *file, unsigned int lineNumber) | |
InvalidRequestedRegionError (const std::string &file, unsigned int lineNumber) | |
InvalidRequestedRegionError (const InvalidRequestedRegionError &orig) | |
InvalidRequestedRegionError & | operator= (const InvalidRequestedRegionError &orig) |
virtual const char * | GetNameOfClass () const |
Protected Member Functions | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
Definition at line 83 of file itkDataObject.h.
|
Default constructor. Needed to ensure the exception object can be copied. |
|
Destructor. Need to specify empty throw() to avoid warnings. Definition at line 91 of file itkDataObject.h. |
|
Constructor. Needed to ensure the exception object can be copied. |
|
Constructor. Needed to ensure the exception object can be copied. |
|
Copy constructor. Needed to ensure the exception object can be copied. |
|
Standard type macro Reimplemented from itk::DataObjectError. |
|
Operator=. Needed to ensure the exception object can be copied. |
|
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. |