ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
ExceptionObject() | itk::ExceptionObject | |
ExceptionObject(const char *file, unsigned int lineNumber=0, const char *desc="None", const char *loc="Unknown") | itk::ExceptionObject | [explicit] |
ExceptionObject(const std::string &file, unsigned int lineNumber=0, const std::string &desc="None", const std::string &loc="Unknown") | itk::ExceptionObject | [explicit] |
ExceptionObject(const ExceptionObject &orig) | itk::ExceptionObject | |
GetDescription() const | itk::ExceptionObject | [virtual] |
GetFile() const | itk::ExceptionObject | [virtual] |
GetLine() const | itk::ExceptionObject | [virtual] |
GetLocation() const | itk::ExceptionObject | [virtual] |
GetNameOfClass() const | itk::MemoryAllocationError | [inline, virtual] |
MemoryAllocationError() | itk::MemoryAllocationError | [inline] |
MemoryAllocationError(const char *file, unsigned int lineNumber) | itk::MemoryAllocationError | [inline] |
MemoryAllocationError(const std::string &file, unsigned int lineNumber) | itk::MemoryAllocationError | [inline] |
MemoryAllocationError(const std::string &file, unsigned int lineNumber, const std::string &desc, const std::string &loc) | itk::MemoryAllocationError | [inline] |
operator=(const ExceptionObject &orig) | itk::ExceptionObject | |
operator==(const ExceptionObject &orig) | itk::ExceptionObject | [virtual] |
Print(std::ostream &os) const | itk::ExceptionObject | [virtual] |
SetDescription(const std::string &s) | itk::ExceptionObject | [virtual] |
SetDescription(const char *s) | itk::ExceptionObject | [virtual] |
SetLocation(const std::string &s) | itk::ExceptionObject | [virtual] |
SetLocation(const char *s) | itk::ExceptionObject | [virtual] |
Superclass typedef | itk::ExceptionObject | |
what() const | itk::ExceptionObject | [virtual] |
~ExceptionObject() | itk::ExceptionObject | [virtual] |
~MemoryAllocationError() | itk::MemoryAllocationError | [inline, virtual] |