Internal structure for square or rectangular blocks. More...
Static Public Member Functions | |
| static Block::Internal * | newFixedSizeBlock (Integer sizeX, Integer sizeY) |
| Creates a new block. | |
Public Attributes | |
| Integer | m_block_size_x |
| Block size in "X" direction. | |
| Integer | m_block_size_y |
| Block size in "Y" direction. | |
|
static |
Creates a new block.
Definition at line 60 of file Block.cc.
References Alien::Block::sizeX(), and Alien::Block::sizeY().
| Integer Alien::Block::Internal::m_block_size_x |
| Integer Alien::Block::Internal::m_block_size_y |