Go to the source code of this file.
Enumerations | |
| enum | { ipMITKSegmentationOK = 0, ipMITKSegmentationOUT_OF_MEMORY, ipMITKSegmentationWRONG_TYPE, ipMITKSegmentationUNDO_DISABLED, ipMITKSegmentationPIC_NULL, ipMITKSegmentationUNKNOWN_ERROR } |
Functions | |
| void | ipMITKSegmentationError (int error) |
| Prints an error message and exits if an error has occurred. | |
| void | ipMITKSegmentationCheck (mitkIpPicDescriptor *segmentation) |
| Checks the segmentation image. | |
| anonymous enum |
Definition at line 20 of file ipSegmentationError.h.
| void ipMITKSegmentationCheck | ( | mitkIpPicDescriptor * | segmentation ) |
Checks the segmentation image.
| segmentation | the segmentation image. |
| void ipMITKSegmentationError | ( | int | error ) |
Prints an error message and exits if an error has occurred.
| error | error code |
1.7.2