DSQSS
1.1
|
#include <objects.hpp>
Public メソッド | |
Worm () | |
~Worm () | |
Vertex & | getNextVertex () |
Vertex & | origin () |
Vertex & | getCurrentVertex () |
void | setCurrentVertex (Vertex &v) |
Segment & | getCurrentSegment () |
void | setCurrentSegment (Segment &s) |
void | setXBEHIND () |
void | setXBEHIND (int x) |
int | getXBEHIND () |
bool | atOrigin () |
bool | getUORD () |
bool | getV () |
void | remove () |
void | dump () |
Private 変数 | |
int | x_behind |
Vertex * | _vorg |
Vertex * | _vcur |
Segment * | _scur |
objects.hpp の 245 行で定義されています。
Worm | ( | ) | [inline] |
~Worm | ( | ) | [inline] |
bool atOrigin | ( | ) | [inline] |
void dump | ( | ) | [inline] |
Segment& getCurrentSegment | ( | ) | [inline] |
Vertex& getCurrentVertex | ( | ) | [inline] |
Vertex& getNextVertex | ( | ) | [inline] |
bool getUORD | ( | ) | [inline] |
bool getV | ( | ) | [inline] |
objects.hpp の 293 行で定義されています。
int getXBEHIND | ( | ) | [inline] |
void remove | ( | ) | [inline] |
void setCurrentSegment | ( | Segment & | s | ) | [inline] |
void setCurrentVertex | ( | Vertex & | v | ) | [inline] |
void setXBEHIND | ( | ) | [inline] |
void setXBEHIND | ( | int | x | ) | [inline] |
objects.hpp の 278 行で定義されています。
objects.hpp の 252 行で定義されています。
objects.hpp の 251 行で定義されています。
objects.hpp の 250 行で定義されています。
int x_behind [private] |
objects.hpp の 249 行で定義されています。