|
MASA-Core
|
This class contains the parameters for the AbstractBlockAligner.
Definition at line 36 of file BlockAlignerParameters.hpp.
#include <BlockAlignerParameters.hpp>
Public Member Functions | |
| BlockAlignerParameters () | |
| virtual | ~BlockAlignerParameters () |
| virtual int | processArgument (int argc, char **argv) |
| virtual void | printUsage () const |
| Prints the usage text in the command line. | |
| int | getBlockHeight () const |
| int | getBlockWidth () const |
| int | getGridWidth () const |
| int | getGridHeight () const |
Private Attributes | |
| int | gridWidth |
| Number of column of blocks. | |
| int | gridHeight |
| Number of rows of blocks. | |
| int | blockHeight |
| Height of one block. | |
| int | blockWidth |
| Width of one block. | |
Definition at line 77 of file BlockAlignerParameters.cpp.
| BlockAlignerParameters::~BlockAlignerParameters | ( | ) | [virtual] |
Definition at line 91 of file BlockAlignerParameters.cpp.
| int BlockAlignerParameters::getBlockHeight | ( | ) | const |
Definition at line 148 of file BlockAlignerParameters.cpp.
| int BlockAlignerParameters::getBlockWidth | ( | ) | const |
Definition at line 140 of file BlockAlignerParameters.cpp.
| int BlockAlignerParameters::getGridHeight | ( | ) | const |
Definition at line 152 of file BlockAlignerParameters.cpp.
| int BlockAlignerParameters::getGridWidth | ( | ) | const |
Definition at line 144 of file BlockAlignerParameters.cpp.
| void BlockAlignerParameters::printUsage | ( | ) | const [virtual] |
Prints the usage text in the command line.
Implements IAlignerParameters.
Definition at line 84 of file BlockAlignerParameters.cpp.
| int BlockAlignerParameters::processArgument | ( | int | argc, |
| char ** | argv | ||
| ) | [virtual] |
Implements IAlignerParameters.
Definition at line 94 of file BlockAlignerParameters.cpp.
int BlockAlignerParameters::blockHeight [private] |
Height of one block.
Definition at line 46 of file BlockAlignerParameters.hpp.
int BlockAlignerParameters::blockWidth [private] |
int BlockAlignerParameters::gridHeight [private] |
Number of rows of blocks.
Definition at line 43 of file BlockAlignerParameters.hpp.
int BlockAlignerParameters::gridWidth [private] |
Number of column of blocks.
Definition at line 40 of file BlockAlignerParameters.hpp.
1.7.6.1