#include <cell.h>
◆ MetaGraphCell() [1/2]
MetaGraphCell::MetaGraphCell |
( |
float |
utility, |
|
|
const std::vector< char > & |
data |
|
) |
| |
|
inline |
MetaGraphCell constructor.
- Parameters
-
utility | Utility of the cell |
data | Vector of dummy data |
◆ MetaGraphCell() [2/2]
MetaGraphCell::MetaGraphCell |
( |
float |
utility, |
|
|
std::size_t |
cell_size |
|
) |
| |
|
inline |
MetaGraphCell constructor.
The vector of dummy data is allocated and default initialized with the specified count of elements.
- Parameters
-
utility | Utility of the cell |
cell_size | Size of the vector of dummy data |
◆ cellNode()
const fpmas::api::model::AgentNode * MetaGraphCell::cellNode |
( |
| ) |
const |
|
inlineoverridevirtual |
Returns a pointer to the node containing the cell.
Implements MetaCell.
◆ MetaCell() [1/3]
Default generated MetaCell constructor, for internal use only.
◆ MetaCell() [2/3]
MetaCell::MetaCell |
( |
float |
utility, |
|
|
std::size_t |
cell_size |
|
) |
| |
|
inline |
MetaCell constructor.
The vector of dummy data is allocated and default initialized with the specified count of elements.
- Parameters
-
utility | Utility of the cell |
cell_size | Size of the vector of dummy data |
◆ MetaCell() [3/3]
MetaCell::MetaCell |
( |
float |
utility, |
|
|
const std::vector< char > & |
data |
|
) |
| |
|
inline |
MetaCell constructor.
- Parameters
-
utility | Utility of the cell |
data | Vector of dummy data |
The documentation for this class was generated from the following file: