A container for region information.
More...
#include <Region.h>
|
| std::string | name |
| | region identifier More...
|
| |
| madara::knowledge::containers::Integer | type |
| | the type of region (0 for arbitary convex polygon) More...
|
| |
| std::vector< madara::knowledge::containers::NativeDoubleVector > | vertices |
| | vertices of the convex polygon More...
|
| |
A container for region information.
Definition at line 72 of file Region.h.
| gams::variables::Region::Region |
( |
| ) |
|
| gams::variables::Region::~Region |
( |
| ) |
|
| void gams::variables::Region::init_vars |
( |
madara::knowledge::KnowledgeBase & |
knowledge, |
|
|
const std::string & |
region_name = "0" |
|
) |
| |
Initializes variable containers.
- Parameters
-
| knowledge | the knowledge base that houses the variables |
| region_name | name of the region |
| void gams::variables::Region::init_vars |
( |
madara::knowledge::Variables & |
knowledge, |
|
|
const std::string & |
region_name = "0" |
|
) |
| |
Initializes variable containers.
- Parameters
-
| knowledge | the variable context |
| region_name | name of the region |
| void gams::variables::Region::operator= |
( |
const Region & |
rhs | ) |
|
Assignment operator.
- Parameters
-
| std::string gams::variables::Region::name |
region identifier
Definition at line 114 of file Region.h.
| madara::knowledge::containers::Integer gams::variables::Region::type |
the type of region (0 for arbitary convex polygon)
Definition at line 108 of file Region.h.
| std::vector<madara::knowledge::containers::NativeDoubleVector> gams::variables::Region::vertices |
vertices of the convex polygon
Definition at line 111 of file Region.h.
The documentation for this class was generated from the following file: