#include <itkDataObject.h>
Inheritance diagram for itk::InvalidRequestedRegionError:


Definition at line 83 of file itkDataObject.h.
Public Member Functions | |
| DataObject * | GetDataObject () |
| virtual const char * | GetNameOfClass () const |
| InvalidRequestedRegionError (const InvalidRequestedRegionError &orig) | |
| InvalidRequestedRegionError (const std::string &file, unsigned int lineNumber) | |
| InvalidRequestedRegionError (const char *file, unsigned int lineNumber) | |
| InvalidRequestedRegionError () | |
| InvalidRequestedRegionError & | operator= (const InvalidRequestedRegionError &orig) |
| void | SetDataObject (DataObject *dobj) |
| virtual | ~InvalidRequestedRegionError () throw () |
Protected Member Functions | |
| virtual void | PrintSelf (std::ostream &os, Indent indent) const |
|
|
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. |
|
|
Get the data object that is throwing this exception. |
|
|
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. |
|
|
Set the data object that is throwing this exception. |
1.4.2 written by Dimitri van Heesch,
© 1997-2000