#include <Grid.h>

Public Member Functions | |
| ProbCell () | |
| ProbCell (Decimal newProbOfObstacle) | |
| ~ProbCell () | |
| void | setProbOfObstacle (Decimal newProbOfObstacle) |
| Decimal | getProbOfObstacle () |
| void | setLogProbOfObstacle (Decimal newLogProbOfObstacle) |
| Decimal | getLogProbOfObstacle () |
| void | changeLogProbOfObstacle (Decimal deltaLogProbOfObstacle) |
| MipBaselib::ProbCell::ProbCell | ( | ) |
| MipBaselib::ProbCell::ProbCell | ( | Decimal | newProbOfObstacle | ) |
| MipBaselib::ProbCell::~ProbCell | ( | ) |
| void MipBaselib::ProbCell::setProbOfObstacle | ( | Decimal | newProbOfObstacle | ) |
| Decimal MipBaselib::ProbCell::getProbOfObstacle | ( | ) |
| void MipBaselib::ProbCell::setLogProbOfObstacle | ( | Decimal | newLogProbOfObstacle | ) |
| Decimal MipBaselib::ProbCell::getLogProbOfObstacle | ( | ) |
| void MipBaselib::ProbCell::changeLogProbOfObstacle | ( | Decimal | deltaLogProbOfObstacle | ) |
1.5.6