#include <move_element.h>
Nevrax France
Definition at line 44 of file move_element.h.
Data Fields | |
CMoveElement * | NextX |
Next move element in the X List. | |
CMoveElement * | NextY |
Next move element in the Y List. | |
CMoveElement * | PreviousX |
Previous move element in the X List. | |
CMoveElement * | PreviousY |
Previous move element in the Y List. | |
CMovePrimitive * | Primitive |
Pointer on the primitive for this move element. | |
uint16 | X |
Cell coordinate. | |
uint16 | Y |
|
Next move element in the X List.
Definition at line 51 of file move_element.h. Referenced by NLPACS::CPrimitiveWorldImage::checkSortedList(), NLPACS::CMoveCell::linkX(), NLPACS::CMoveCell::unlinkX(), and NLPACS::CMoveCell::updateSortedLists(). |
|
Next move element in the Y List.
Definition at line 57 of file move_element.h. |
|
Previous move element in the X List.
Definition at line 54 of file move_element.h. Referenced by NLPACS::CPrimitiveWorldImage::checkSortedList(), NLPACS::CMoveCell::linkX(), NLPACS::CMoveCell::unlinkX(), and NLPACS::CMoveCell::updateSortedLists(). |
|
Previous move element in the Y List.
Definition at line 60 of file move_element.h. |
|
Pointer on the primitive for this move element.
Definition at line 48 of file move_element.h. Referenced by NLPACS::CPrimitiveWorldImage::addMoveElement(), NLPACS::CPrimitiveWorldImage::checkSortedList(), and NLPACS::CMoveCell::updateSortedLists(). |
|
Cell coordinate.
Definition at line 63 of file move_element.h. Referenced by NLPACS::CPrimitiveWorldImage::addMoveElement(). |
|
Definition at line 64 of file move_element.h. Referenced by NLPACS::CPrimitiveWorldImage::addMoveElement(). |