MASA-Core
Public Member Functions | Private Attributes
BlockAlignerParameters Class Reference

Detailed Description

This class contains the parameters for the AbstractBlockAligner.

Definition at line 36 of file BlockAlignerParameters.hpp.

#include <BlockAlignerParameters.hpp>

Inheritance diagram for BlockAlignerParameters:
AbstractAlignerParameters IAlignerParameters

List of all members.

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.

Constructor & Destructor Documentation

Definition at line 77 of file BlockAlignerParameters.cpp.

Definition at line 91 of file BlockAlignerParameters.cpp.


Member Function Documentation

Definition at line 148 of file BlockAlignerParameters.cpp.

Definition at line 140 of file BlockAlignerParameters.cpp.

Definition at line 152 of file BlockAlignerParameters.cpp.

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]
See also:
AbstractAlignerParameters::processArgument() method.

Implements IAlignerParameters.

Definition at line 94 of file BlockAlignerParameters.cpp.


Member Data Documentation

Height of one block.

Definition at line 46 of file BlockAlignerParameters.hpp.

Width of one block.

0 indicates variable

Definition at line 49 of file BlockAlignerParameters.hpp.

Number of rows of blocks.

Definition at line 43 of file BlockAlignerParameters.hpp.

Number of column of blocks.

Definition at line 40 of file BlockAlignerParameters.hpp.


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