4 #include "API/Grids/ThreeDCell.hpp"
5 #include "API/Grids/GridToGraph/gridtograph.hpp"
18 bool cellHasNode() {
return _CellHasNode; }
20 void setNode(
Node* N) {_Node = N; _CellHasNode =
true; }
22 Node* getNode() {
return _Node; }
30 #endif // CELLTONODE_H
Classe représentant un Node d'un Graph.
Definition: node.hpp:39
Definition: celltonode.hpp:10
Definition: ThreeDCell.hpp:25
Definition: gridtograph.hpp:12