Uses of Class
de.unihalle.informatik.MiToBo.segmentation.activecontours.exceptions.MTBActiveContourException.ExceptionType

Packages that use MTBActiveContourException.ExceptionType
de.unihalle.informatik.MiToBo.segmentation.activecontours.exceptions   
 

Uses of MTBActiveContourException.ExceptionType in de.unihalle.informatik.MiToBo.segmentation.activecontours.exceptions
 

Fields in de.unihalle.informatik.MiToBo.segmentation.activecontours.exceptions declared as MTBActiveContourException.ExceptionType
protected  MTBActiveContourException.ExceptionType MTBActiveContourException.type
          Type of exception.
 

Methods in de.unihalle.informatik.MiToBo.segmentation.activecontours.exceptions that return MTBActiveContourException.ExceptionType
static MTBActiveContourException.ExceptionType MTBActiveContourException.ExceptionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MTBActiveContourException.ExceptionType[] MTBActiveContourException.ExceptionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in de.unihalle.informatik.MiToBo.segmentation.activecontours.exceptions with parameters of type MTBActiveContourException.ExceptionType
MTBActiveContourException(MTBActiveContourException.ExceptionType t, String c)
          Default constructor.
MTBLevelsetException(MTBActiveContourException.ExceptionType t, String c)
          Default constructor.
MTBSnakeException(MTBActiveContourException.ExceptionType t, String c)
          Default constructor.
 



Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.