#include <OpenMS/ANALYSIS/MAPMATCHING/MapDewarper.h>
Public Member Functions | |
MapDewarper () | |
Constructor. | |
virtual | ~MapDewarper () |
Destructor. | |
void | dewarp () |
Dewarps the element map. | |
Accesssor methods | |
void | setGrid (Grid &g) |
Set grid. | |
Grid & | getGrid () |
Get grid. | |
const Grid & | getGrid () const |
Get grid (non-mutable). | |
void | setMap (MapType &elem) |
Set features. | |
MapType & | getMap () |
Get map. | |
const MapType & | getMap () const |
Get map (non-mutable). | |
Protected Attributes | |
Grid | grid_ |
Vector of DRange<2> instances defining a grid over the map. | |
MapType | elements_ |
The feature that we want to dewarp. |
MapDewarper | ( | ) | [inline] |
Constructor.
virtual ~MapDewarper | ( | ) | [inline, virtual] |
Destructor.
void dewarp | ( | ) | [inline] |
Dewarps the element map.
void setGrid | ( | Grid & | g | ) | [inline] |
Set grid.
Grid& getGrid | ( | ) | [inline] |
Get grid.
const Grid& getGrid | ( | ) | const [inline] |
Get grid (non-mutable).
void setMap | ( | MapType & | elem | ) | [inline] |
Set features.
MapType& getMap | ( | ) | [inline] |
Get map.
const MapType& getMap | ( | ) | const [inline] |
Get map (non-mutable).
MapType elements_ [protected] |
The feature that we want to dewarp.
Generated Tue Apr 1 15:36:42 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |