STE-Industries: utilities testing
|
Classes | |
class | Bitmap |
class | EnumeratedException |
class | EnumeratedParameterDescriptor |
class | Exception |
class | FileException |
class | FloatException |
class | IntegerException |
class | Interpolator |
class | Mutex |
class | NameException |
class | NumericParameterDescriptor |
class | ParameterDescriptor |
class | RandomGenerator |
class | SimpleRandomGenerator |
class | SystemException |
class | Thread |
Variables | |
Interpolator | BitmapInterpolator (Step) |
|
strong |
The EnumeratedExceptionType type represents the exceptions thrown when an enumerated command line parameter is not correct.
Definition at line 35 of file EnumeratedException.h.
|
strong |
The FileExceptionType type represents the file exceptions.
Enumerator | |
---|---|
FILE_OPEN_ERROR | |
FILE_READ_ERROR | |
FILE_WRITE_ERROR | |
FILE_SEEK_ERROR | |
FILE_CLOSE_ERROR |
Definition at line 34 of file FileException.h.
|
strong |
The FloatExceptionType type represents the exceptions thrown when an input floating point parameter value is outside the valid range.
Enumerator | |
---|---|
INVALID_REPULSION_STEP | Invalid repulsion step parameter. |
INVALID_ALPHA | Invalid exponent of the repulsion parameter. |
INVALID_BETA | Invalid exponent of the attraction parameter. |
Definition at line 35 of file FloatException.h.
|
strong |
The IntegerExceptionType type represents the exceptions thrown when an integer value is outside the valid range.
Enumerator | |
---|---|
INVALID_FILE_SIZE | Invalid file size. |
INVALID_BITMAP_OFFSET | Invalid bitmap offset. |
INVALID_DIB_HEADER_SIZE | Invalid DIB header size. |
INVALID_IMAGE_WIDTH | Invalid width of the image. |
INVALID_IMAGE_HEIGHT | Invalid height of the image. |
BITMAP_TOO_LARGE | Bitmap too large. |
INVALID_COLOR_PLANES | Invalid number of color planes. |
INVALID_BITS_PER_PIXEL | Invalid number of bits per pixel. |
INVALID_COMPRESSION | Invalid value for compression. |
INVALID_IMAGE_SIZE | Invalid image size. |
INVALID_NUMBER_OF_COLORS | Invalid number of colors. |
INVALID_NUMBER_OF_IMPORTANT_COLORS | Invalid number of important colors. |
INVALID_NUMBER_OF_THREADS | Invalid number of threads parameter. |
INVALID_NUMBER_OF_TERMITES | Invalid number of termites parameter. |
INVALID_NUMBER_OF_STEPS | Invalid number of steps parameter. |
Definition at line 35 of file IntegerException.h.
|
strong |
The NameExceptionType type represents the file exceptions.
Enumerator | |
---|---|
INVALID_TYPE_NAME | Invalid file type name. |
Definition at line 35 of file NameException.h.
|
strong |
The SystemExceptionType type represents the system exceptions.
Definition at line 34 of file SystemException.h.
Interpolator GraphicSpace::BitmapInterpolator(Step) |