MFMv2.0.10
Movable Feast Machine Simulator 2.0.10
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ColorMap_Test.h
1 #ifndef COLORMAP_TEST_H /* -*- C++ -*- */
2 #define COLORMAP_TEST_H
3 
4 #include "ColorMap.h"
5 
6 namespace MFM {
7 
12  {
13  private:
14  static void Test_colorMapSelected();
15  static void Test_colorMapInterpolated();
16 
17  public:
18  static void Test_RunTests();
19  };
20 
21 } /* namespace MFM */
22 #endif /*COLORMAP_TEST_H*/
Definition: ColorMap_Test.h:11