#include <itkDataObject.h>
Inheritance diagram for itk::InvalidRequestedRegionError:
Public Methods | |
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 * | GetClassName () const |
Protected Methods | |
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. References HardConnectedComponentImageFilter::PrintSelf(). |
|
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. |