Fawkes API
Fawkes Development Version
|
Wrapper class for using the RCSoftMapGraph in the implementation of the external predicates. More...
Public Member Functions | |
EclExternalRCSoftMapGraph () | |
Cosntructor. | |
~EclExternalRCSoftMapGraph () | |
Destructor. | |
void | load (const char *file) |
Load map file. | |
bool | loaded () |
Query status. | |
RCSoftMapGraph * | map_graph () |
Access the RCSoftMapGraph instance. |
Wrapper class for using the RCSoftMapGraph in the implementation of the external predicates.
fawkes::EclExternalRCSoftMapGraph::EclExternalRCSoftMapGraph | ( | ) | [inline] |
Cosntructor.
Definition at line 43 of file rcsoft_map_graph.cpp.
fawkes::EclExternalRCSoftMapGraph::~EclExternalRCSoftMapGraph | ( | ) | [inline] |
Destructor.
Definition at line 45 of file rcsoft_map_graph.cpp.
void fawkes::EclExternalRCSoftMapGraph::load | ( | const char * | file | ) | [inline] |
bool fawkes::EclExternalRCSoftMapGraph::loaded | ( | ) | [inline] |
Query status.
Definition at line 58 of file rcsoft_map_graph.cpp.
RCSoftMapGraph* fawkes::EclExternalRCSoftMapGraph::map_graph | ( | ) | [inline] |
Access the RCSoftMapGraph instance.
Definition at line 66 of file rcsoft_map_graph.cpp.