ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkDataObject.h>
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
InvalidRequestedRegionError () | |
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 | ~InvalidRequestedRegionError () throw ( ) |
Protected Member Functions | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
Definition at line 96 of file itkDataObject.h.
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 104 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.
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.