Fawkes API  Fawkes Development Version
fawkes::EclExternalRCSoftMapGraph Class Reference

Public Member Functions

 EclExternalRCSoftMapGraph ()
 Cosntructor. More...
 
 ~EclExternalRCSoftMapGraph ()
 Destructor. More...
 
void load (const char *file)
 Load map file. More...
 
bool loaded ()
 Query status. More...
 
NavGraphmap_graph ()
 Access the NavGraph instance. More...
 

Detailed Description

Wrapper class for using the RCSoftMapGraph in the implementation of the external predicates.

Author
Daniel Beck

Definition at line 41 of file rcsoft_map_graph.cpp.

Constructor & Destructor Documentation

◆ EclExternalRCSoftMapGraph()

fawkes::EclExternalRCSoftMapGraph::EclExternalRCSoftMapGraph ( )
inline

Cosntructor.

Definition at line 45 of file rcsoft_map_graph.cpp.

◆ ~EclExternalRCSoftMapGraph()

fawkes::EclExternalRCSoftMapGraph::~EclExternalRCSoftMapGraph ( )
inline

Destructor.

Definition at line 49 of file rcsoft_map_graph.cpp.

Member Function Documentation

◆ load()

void fawkes::EclExternalRCSoftMapGraph::load ( const char *  file)
inline

Load map file.

Parameters
filethe map file

Definition at line 57 of file rcsoft_map_graph.cpp.

References fawkes::load_yaml_navgraph().

◆ loaded()

bool fawkes::EclExternalRCSoftMapGraph::loaded ( )
inline

Query status.

Returns
true if a map file is loaded; false otherwise

Definition at line 75 of file rcsoft_map_graph.cpp.

◆ map_graph()

NavGraph* fawkes::EclExternalRCSoftMapGraph::map_graph ( )
inline

Access the NavGraph instance.

Returns
the NavGraph instance

Definition at line 84 of file rcsoft_map_graph.cpp.


The documentation for this class was generated from the following file: