Alien  1.3.0
Developer documentation
Loading...
Searching...
No Matches
Alien::Block::Internal Struct Reference

Internal structure for square or rectangular blocks. More...

Collaboration diagram for Alien::Block::Internal:

Static Public Member Functions

static Block::InternalnewFixedSizeBlock (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.

Detailed Description

Internal structure for square or rectangular blocks.

Definition at line 40 of file Block.cc.

Member Function Documentation

◆ newFixedSizeBlock()

Block::Internal * Alien::Block::Internal::newFixedSizeBlock ( Integer sizeX,
Integer sizeY )
static

Creates a new block.

Parameters
[in]sizeXBlock size in the "X" direction
[in]sizeYBlock size in the "Y" direction
Returns
Block of size sizeX * sizeY

Definition at line 60 of file Block.cc.

References Alien::Block::sizeX(), and Alien::Block::sizeY().

Here is the call graph for this function:

Member Data Documentation

◆ m_block_size_x

Integer Alien::Block::Internal::m_block_size_x

Block size in "X" direction.

Definition at line 43 of file Block.cc.

◆ m_block_size_y

Integer Alien::Block::Internal::m_block_size_y

Block size in "Y" direction.

Definition at line 45 of file Block.cc.


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