#include <Grid.h>

Public Member Functions | |
| Frontier () | |
| Constructor, inherited from vector. | |
| Frontier (vector< vector< Position > > frontier) | |
| Constructor, allowing construction from a vector of vectors of positions. | |
| ~Frontier () | |
| Destructor. | |
| string | getObjectName () const |
| Gives the name of the class, mandatory for MIPObjects. | |
| void | toVectVectPosition (vector< vector< Position > > &vectPos) |
| Converts the current Frontier Object to the corresponding vector of vector of positions. | |
| vector< vector< Position > > | toVectVectPosition () |
| Converts the current Frontier Object to the corresponding vector of vector of positions. | |
| MipBaselib::Frontier::Frontier | ( | ) | [inline] |
Constructor, inherited from vector.
| Frontier::Frontier | ( | vector< vector< Position > > | frontier | ) |
Constructor, allowing construction from a vector of vectors of positions.
| [in] | frontier | the vector of vectors of positions from which the Frontier will be created; |
| Frontier::~Frontier | ( | ) |
Destructor.
| string MipBaselib::Frontier::getObjectName | ( | ) | const [inline, virtual] |
Gives the name of the class, mandatory for MIPObjects.
Implements MIPObject.
| void Frontier::toVectVectPosition | ( | vector< vector< Position > > & | vectPos | ) |
Converts the current Frontier Object to the corresponding vector of vector of positions.
| [out] | vectPos | the reference to the vector where the result of the conversion will be written. |
| vector< vector< Position > > Frontier::toVectVectPosition | ( | ) |
Converts the current Frontier Object to the corresponding vector of vector of positions.
1.5.6