Phoenix2D-Library
0.10
|
Flag
The Flag lorem Ipsum
More...
#include <Flag.h>
Public Member Functions | |
Flag (std::string name, std::string position, int simulation_time) | |
~Flag () | |
std::string | getName () |
double | getDistance () |
double | getDirection () |
double | getX () |
double | getY () |
double | getMinDistance () |
double | getMaxDistance () |
double | getError () |
Static Public Member Functions | |
static void | initializeField () |
Private Attributes | |
std::string | name |
double | distance |
double | direction |
double | x |
double | y |
double | minDistance |
double | maxDistance |
double | error |
int | simulation_time |
Static Private Attributes | |
static std::map< std::string, _coordinate > | FIELD |
Phoenix::Flag::Flag | ( | std::string | name, |
std::string | position, | ||
int | simulation_time | ||
) |
Definition at line 40 of file Flag.cpp.
References direction, distance, error, FIELD, maxDistance, minDistance, name, Phoenix::Server::QUANTIZE_STEP_L, simulation_time, x, and y.
double Phoenix::Flag::getDirection | ( | ) |
double Phoenix::Flag::getDistance | ( | ) |
Definition at line 128 of file Flag.cpp.
References distance.
Referenced by Phoenix::compareFlags(), and Phoenix::triangular().
double Phoenix::Flag::getError | ( | ) |
double Phoenix::Flag::getMaxDistance | ( | ) |
Definition at line 148 of file Flag.cpp.
References maxDistance.
double Phoenix::Flag::getMinDistance | ( | ) |
Definition at line 144 of file Flag.cpp.
References minDistance.
double Phoenix::Flag::getX | ( | ) |
double Phoenix::Flag::getY | ( | ) |
|
static |
Definition at line 66 of file Flag.cpp.
References FIELD, and Phoenix::makeCoordinate().
Referenced by Phoenix::Self::Self().
|
private |
Definition at line 48 of file Flag.h.
Referenced by Flag(), and getDirection().
|
private |
Definition at line 47 of file Flag.h.
Referenced by Flag(), and getDistance().
|
private |
Definition at line 53 of file Flag.h.
Referenced by Flag(), and getError().
|
staticprivate |
Definition at line 55 of file Flag.h.
Referenced by Flag(), and initializeField().
|
private |
Definition at line 52 of file Flag.h.
Referenced by Flag(), and getMaxDistance().
|
private |
Definition at line 51 of file Flag.h.
Referenced by Flag(), and getMinDistance().
|
private |
|
private |
|
private |
|
private |