OpenMS
Loading...
Searching...
No Matches
MSImagingGeometry.h File Reference
#include <OpenMS/CONCEPT/Types.h>
#include <OpenMS/DATASTRUCTURES/StringUtils.h>
#include <unordered_map>
#include <vector>
Include dependency graph for MSImagingGeometry.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MSImagingGeometry
 Pixel grid metadata and (x, y) -> spectrum_index lookup for MSI data. More...
 
struct  MSImagingGeometry::Pixel
 A pixel in the imaging grid, linked to one spectrum in the experiment. More...
 

Namespaces

namespace  OpenMS
 Main OpenMS namespace.
 

Class Documentation

◆ OpenMS::MSImagingGeometry::Pixel

struct OpenMS::MSImagingGeometry::Pixel

A pixel in the imaging grid, linked to one spectrum in the experiment.

Collaboration diagram for MSImagingGeometry::Pixel:
[legend]
Class Members
Size spectrum_index = 0 Index into the bound MSExperiment.
UInt x = 0 Column index (zero-based).
UInt y = 0 Row index (zero-based).