GAMS  1.4.0
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_
#define GAMS_EXPORT
Definition: GamsExport.h:20
void operator=(const Grid &rhs)
Assignment operator.
Grid()
Constructor.
void init_vars(madara::knowledge::Variables &knowledge)
Initializes variable containers.
void init_vars(madara::knowledge::KnowledgeBase &knowledge)
Initializes variable containers.
Contains all GAMS-related tools, classes and code.