#include <OpenMS/ANALYSIS/MAPMATCHING/GridCell.h>
Public Types | |
enum | { DIMENSION = 2 } |
typedef DoubleReal | CoordinateType |
Coordinate type of the positions. | |
typedef DPosition< 2 > | PositionType |
Position type. | |
typedef std::vector < LinearMapping > | MappingVector |
Public Member Functions | |
GridCell & | operator= (const GridCell &rhs) |
assignment operator | |
Constructors and Destructor | |
GridCell () | |
Default constructor. | |
GridCell (CoordinateType i, CoordinateType j, CoordinateType k, CoordinateType l) | |
"Convenience contructor" | |
GridCell (const GridCell &gc) | |
Copy constructor. | |
virtual | ~GridCell () |
Destructor. | |
Accesssor methods | |
void | setMappings (const MappingVector &m) |
Set transform. | |
MappingVector & | getMappings () |
Mutable get transform. | |
const MappingVector & | getMappings () const |
Get transform (non-mutable). | |
Protected Attributes | |
MappingVector | mappings_ |
typedef DoubleReal CoordinateType |
typedef DPosition<2> PositionType |
typedef std::vector<LinearMapping> MappingVector |
GridCell | ( | ) | [inline] |
Default constructor.
GridCell | ( | CoordinateType | i, | |
CoordinateType | j, | |||
CoordinateType | k, | |||
CoordinateType | l | |||
) | [inline] |
"Convenience contructor"
virtual ~GridCell | ( | ) | [inline, virtual] |
Destructor.
void setMappings | ( | const MappingVector & | m | ) | [inline] |
Set transform.
MappingVector& getMappings | ( | ) | [inline] |
Mutable get transform.
const MappingVector& getMappings | ( | ) | const [inline] |
Get transform (non-mutable).
MappingVector mappings_ [protected] |
We estimate a different mapping for each coordinate and therefore store a vector of transformations
Generated Tue Apr 1 15:36:41 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |