Fawkes API  Fawkes Development Version
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
fawkes::EclExternalRCSoftMapGraph Class Reference

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

List of all members.

Public Member Functions

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

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: