|
ETrobocon2017 - 片山研究所モデルベース開発推進事業部
|
#include <Node.h>

公開メンバ関数 | |
| Node () | |
| ~Node () | |
| void | setNeighbor (Node **nodes) |
| Node ** | getNeighbor () |
| int | getNum () |
| BlockColor | getColor () |
| void | setHasBlock (bool exists) |
| bool | getHasBlock () |
| void | setPosition (int x, int y) |
| int | getPositionX () |
| int | getPositionY () |
| void | setNum (int num) |
| void | setColor () |
| Node () | |
| ~Node () | |
| void | setNeighbor (Node **nodes) |
| Node ** | getNeighbor () |
| int | getNum () |
| BlockColor | getColor () |
| void | setHasBlock (bool exists) |
| bool | getHasBlock () |
| void | setPosition (int x, int y) |
| int | getPositionX () |
| int | getPositionY () |
| void | setNum (int num) |
| void | setColor () |
| Node::Node | ( | ) |
| Node::~Node | ( | ) |
| BlockColor Node::getColor | ( | ) |
| BlockColor Node::getColor | ( | ) |
| bool Node::getHasBlock | ( | ) |
| Node** Node::getNeighbor | ( | ) |
| int Node::getNum | ( | ) |
| int Node::getPositionX | ( | ) |
| int Node::getPositionY | ( | ) |
| void Node::setColor | ( | ) |
| void Node::setHasBlock | ( | bool | exists | ) |
| void Node::setNeighbor | ( | Node ** | nodes | ) |
| void Node::setNum | ( | int | num | ) |
| void Node::setPosition | ( | int | x, |
| int | y | ||
| ) |
1.8.13