#include <environmentManage.h>
Public Types | |
| typedef CoordinateCtrl::polygon_t | crd_polygon_t |
Public Member Functions | |
| bool | load (const char *envFile) |
| 環境定義ファイルの読み出し | |
| std::vector< crd_polygon_t > | getPolygonsCopy (void) |
| std::vector< crd_polygon_t > & | getPolygonsReference (void) |
Definition at line 34 of file environmentManage.h.
| typedef CoordinateCtrl::polygon_t EnvironmentManage::crd_polygon_t |
ポリゴン群
Definition at line 40 of file environmentManage.h.
| bool EnvironmentManage::load | ( | const char * | envFile | ) |
環境定義ファイルの読み出し
| envFile | [i] 環境ファイル |
Definition at line 46 of file environmentManage.cpp.
References FileStreamToCodec::is_open().
Referenced by vmonitor::connect().
| std::vector< crd_polygon_t > EnvironmentManage::getPolygonsCopy | ( | void | ) |
| std::vector< crd_polygon_t > & EnvironmentManage::getPolygonsReference | ( | void | ) |
| 環境データを渡す |
Definition at line 62 of file environmentManage.cpp.
Referenced by vmonitor::connect(), and mURGCtrl::connect().
1.5.7.1