Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages

MapDewarper Class Template Reference

#include <OpenMS/ANALYSIS/MAPMATCHING/MapDewarper.h>

List of all members.


Detailed Description

template<typename MapType = FeatureMap< Feature >>
class OpenMS::MapDewarper< MapType >

This class applies a transformation as computed by class BaseMapMatcher to a set of features.

Public Member Functions

 MapDewarper ()
 Constructor.
virtual ~MapDewarper ()
 Destructor.
void dewarp ()
 Dewarps the element map.
Accesssor methods
void setGrid (Grid &g)
 Set grid.
GridgetGrid ()
 Get grid.
const GridgetGrid () 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.

Constructor & Destructor Documentation

MapDewarper (  )  [inline]

Constructor.

virtual ~MapDewarper (  )  [inline, virtual]

Destructor.


Member Function Documentation

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).


Member Data Documentation

Grid grid_ [protected]

Vector of DRange<2> instances defining a grid over the map.

MapType elements_ [protected]

The feature that we want to dewarp.


The documentation for this class was generated from the following file:
Generated Tue Apr 1 15:36:42 2008 -- using doxygen 1.5.4 OpenMS / TOPP 1.1