Cuberite
A lightweight, fast and extensible game server for Minecraft
Public Member Functions | Public Attributes | List of all members
cPieceGeneratorBFSTree::cConnection Struct Reference

The type used for storing a connection from one piece to another, while building the piece tree. More...

#include <PieceGeneratorBFSTree.h>

Collaboration diagram for cPieceGeneratorBFSTree::cConnection:
Collaboration graph
[legend]

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
 
cPiecem_Piece
 
int m_Weight
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ cConnection()

cPieceGeneratorBFSTree::cConnection::cConnection ( cPiece a_Piece,
cPiece::cConnector a_Connector,
int  a_NumCCWRotations,
int  a_Weight 
)

Definition at line 320 of file PieceGeneratorBFSTree.cpp.

Member Data Documentation

◆ m_Connector

cPiece::cConnector cPieceGeneratorBFSTree::cConnection::m_Connector

Definition at line 37 of file PieceGeneratorBFSTree.h.

◆ m_NumCCWRotations

int cPieceGeneratorBFSTree::cConnection::m_NumCCWRotations

Definition at line 38 of file PieceGeneratorBFSTree.h.

◆ m_Piece

cPiece* cPieceGeneratorBFSTree::cConnection::m_Piece

Definition at line 36 of file PieceGeneratorBFSTree.h.

◆ m_Weight

int cPieceGeneratorBFSTree::cConnection::m_Weight

Definition at line 39 of file PieceGeneratorBFSTree.h.


The documentation for this struct was generated from the following files: