#include <itkDataObject.h>
Public Member Functions | |
DataObject * | GetDataObject () |
virtual const char * | GetNameOfClass () const |
InvalidRequestedRegionError (const std::string &file, unsigned int lineNumber) | |
InvalidRequestedRegionError (const char *file, unsigned int lineNumber) | |
InvalidRequestedRegionError (const InvalidRequestedRegionError &orig) | |
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 |
Definition at line 84 of file itkDataObject.h.
itk::InvalidRequestedRegionError::InvalidRequestedRegionError | ( | ) |
Default constructor. Needed to ensure the exception object can be copied.
virtual itk::InvalidRequestedRegionError::~InvalidRequestedRegionError | ( | ) | throw () [inline, virtual] |
Destructor. Need to specify empty throw() to avoid warnings.
Definition at line 91 of file itkDataObject.h.
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.
itk::InvalidRequestedRegionError::InvalidRequestedRegionError | ( | const InvalidRequestedRegionError & | orig | ) |
Copy constructor. Needed to ensure the exception object can be copied.
DataObject* itk::DataObjectError::GetDataObject | ( | ) | [inherited] |
Get the data object that is throwing this exception.
virtual const char* itk::InvalidRequestedRegionError::GetNameOfClass | ( | ) | const [virtual] |
Standard type macro
Reimplemented from itk::DataObjectError.
InvalidRequestedRegionError& itk::InvalidRequestedRegionError::operator= | ( | const InvalidRequestedRegionError & | orig | ) |
Operator=. Needed to ensure the exception object can be copied.
virtual void itk::InvalidRequestedRegionError::PrintSelf | ( | std::ostream & | os, | |
Indent | indent | |||
) | const [protected, virtual] |
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.
void itk::DataObjectError::SetDataObject | ( | DataObject * | dobj | ) | [inherited] |
Set the data object that is throwing this exception.