◆ getFactor()
double agent_model::DistanceTimeInterval::getFactor |
( |
| ) |
const |
|
inline |
Returns the normalized factor
- Returns
- The normalized factor
◆ getScale()
double agent_model::DistanceTimeInterval::getScale |
( |
| ) |
const |
|
inline |
Returns the scale parameter
- Returns
- The scale parameter
◆ getScaledFactor()
double agent_model::DistanceTimeInterval::getScaledFactor |
( |
| ) |
const |
|
inline |
Returns the scaled factor of the interval
- Returns
- The scaled factor
◆ isSet()
bool agent_model::DistanceTimeInterval::isSet |
( |
| ) |
const |
|
inline |
Returns a flag whether the interval is set or not
- Returns
- Flag
◆ reset()
void agent_model::DistanceTimeInterval::reset |
( |
| ) |
|
|
inline |
Resets the set interval Does not reset the actual position and time
◆ setDelta()
void agent_model::DistanceTimeInterval::setDelta |
( |
double |
delta | ) |
|
|
inline |
Sets the power of the scale
- Parameters
-
◆ setEndPosition()
void agent_model::DistanceTimeInterval::setEndPosition |
( |
double |
endPosition | ) |
|
|
inline |
Sets the desired end position of the interval
- Parameters
-
endPosition | End position of the interval |
◆ setScale()
void agent_model::DistanceTimeInterval::setScale |
( |
double |
scale | ) |
|
|
inline |
Sets the scale for the factor
- Parameters
-
◆ setTimeInterval()
void agent_model::DistanceTimeInterval::setTimeInterval |
( |
double |
timeInterval | ) |
|
|
inline |
Sets the desired time interval
- Parameters
-
timeInterval | Time interval |
◆ update()
void agent_model::DistanceTimeInterval::update |
( |
double |
position, |
|
|
double |
time |
|
) |
| |
|
inline |
Update the actual state
- Parameters
-
position | Actual position |
time | Actual time |
The documentation for this class was generated from the following file: