Fawkes API  Fawkes Development Version
fawkes::EclExternalRCSoftMapGraph Class Reference

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

Public Member Functions

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

Detailed Description

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

Author
Daniel Beck

Definition at line 39 of file rcsoft_map_graph.cpp.

Constructor & Destructor Documentation

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.

Member Function Documentation

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

Load map file.

Parameters
filethe map file

Definition at line 50 of file rcsoft_map_graph.cpp.

bool fawkes::EclExternalRCSoftMapGraph::loaded ( )
inline

Query status.

Returns
true if a map file is loaded; false otherwise

Definition at line 58 of file rcsoft_map_graph.cpp.

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

Access the RCSoftMapGraph instance.

Returns
the RCSoftMapGraph instance

Definition at line 66 of file rcsoft_map_graph.cpp.


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