Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::InvalidRequestedRegionError Class Reference

#include <itkDataObject.h>

Inheritance diagram for itk::InvalidRequestedRegionError:

Inheritance graph
[legend]
Collaboration diagram for itk::InvalidRequestedRegionError:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

Exception object for invalid requested region

Definition at line 83 of file itkDataObject.h.


Constructor & Destructor Documentation

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.

References HardConnectedComponentImageFilter::PrintSelf().

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.


Member Function Documentation

virtual const char* itk::InvalidRequestedRegionError::GetClassName   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.


The documentation for this class was generated from the following file:
Generated at Fri May 21 01:30:30 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000