GAMS  1.2.2
Grid.h
Go to the documentation of this file.
1 
55 #ifndef _GAMS_VARIABLES_GRID_H_
56 #define _GAMS_VARIABLES_GRID_H_
57 
58 #include "gams/GamsExport.h"
59 #include "madara/knowledge/containers/Double.h"
60 #include "madara/knowledge/containers/Map.h"
61 #include "madara/knowledge/KnowledgeBase.h"
62 
63 namespace gams
64 {
65  namespace variables
66  {
68  {
69  public:
73  Grid ();
74 
78  ~Grid ();
79 
84  void operator= (const Grid & rhs);
85 
90  void init_vars (madara::knowledge::KnowledgeBase & knowledge);
91 
96  void init_vars (madara::knowledge::Variables & knowledge);
97  };
98  }
99 }
100 
101 #endif // _GAMS_VARIABLES_GRID_H_
GAMS_EXPORT void init_vars(AccentStatuses &variables, madara::knowledge::KnowledgeBase &knowledge, const std::string &prefix)
Initializes accent status containers.
Contains all GAMS-related tools, classes and code.
#define GAMS_EXPORT
Definition: GamsExport.h:20