Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #ifndef MITKCOLORSEQUENCE_H_URTESEINDEUTIGEKENNUNG_01
00018 #define MITKCOLORSEQUENCE_H_URTESEINDEUTIGEKENNUNG_01
00019
00020 #include <mitkColorProperty.h>
00021 #include "MitkExtExports.h"
00022
00023 namespace mitk
00024 {
00025
00031 class MitkExt_EXPORT ColorSequence
00032 {
00033 public:
00034 ColorSequence();
00035 virtual ~ColorSequence();
00036
00040 virtual Color GetNextColor() = 0;
00041
00045 virtual void GoToBegin() = 0;
00046
00047 };
00048
00049 }
00050
00051 #endif
00052
00053