![]() |
Cuberite
A lightweight, fast and extensible game server for Minecraft
|
The type used for storing a connection from one piece to another, while building the piece tree. More...
#include <PieceGeneratorBFSTree.h>
Public Member Functions | |
cConnection (cPiece &a_Piece, cPiece::cConnector &a_Connector, int a_NumCCWRotations, int a_Weight) | |
Public Attributes | |
cPiece::cConnector | m_Connector |
int | m_NumCCWRotations |
cPiece * | m_Piece |
int | m_Weight |
The type used for storing a connection from one piece to another, while building the piece tree.
Definition at line 34 of file PieceGeneratorBFSTree.h.
cPieceGeneratorBFSTree::cConnection::cConnection | ( | cPiece & | a_Piece, |
cPiece::cConnector & | a_Connector, | ||
int | a_NumCCWRotations, | ||
int | a_Weight | ||
) |
Definition at line 320 of file PieceGeneratorBFSTree.cpp.
cPiece::cConnector cPieceGeneratorBFSTree::cConnection::m_Connector |
Definition at line 37 of file PieceGeneratorBFSTree.h.
int cPieceGeneratorBFSTree::cConnection::m_NumCCWRotations |
Definition at line 38 of file PieceGeneratorBFSTree.h.
cPiece* cPieceGeneratorBFSTree::cConnection::m_Piece |
Definition at line 36 of file PieceGeneratorBFSTree.h.
int cPieceGeneratorBFSTree::cConnection::m_Weight |
Definition at line 39 of file PieceGeneratorBFSTree.h.