|
CycloBranch
|
The implementation of a tab used to import images from light microscopy. More...
#include <QWidget>#include <QGridLayout>#include <QHBoxLayout>#include <QVBoxLayout>#include <QLabel>#include <QLineEdit>#include <QPushButton>#include <QListWidget>#include <QComboBox>#include <QFileDialog>#include <xercesc/framework/MemBufInputSource.hpp>#include <xercesc/parsers/XercesDOMParser.hpp>#include "core/utilities.h"Go to the source code of this file.
Classes | |
| struct | cTileInfo |
| Description of an image tile. More... | |
| struct | cLifMetadata |
| A structure to keep parsed lif metadata. More... | |
| class | cImageWindowTabOptical |
| The class representing a tab used to import images from light microscopy. More... | |
Enumerations | |
| enum | eChannelType { gray = 0 , red = 1 , green = 2 , blue = 3 } |
| Color channels. | |
Functions | |
| void | readLifMetadata (string filename, vector< cLifMetadata > &parsedmetadata) |
| Get metadata from a lif file. More... | |
| void | parseLifMetadataSubTree (DOMElement *subtree, vector< cLifMetadata > &parsedmetadata) |
| Parse metadata from a subtree of a lif file. More... | |
| void | parseLifMetadata (string &metadata, vector< cLifMetadata > &parsedmetadata) |
| Parse metadata from a lif file. More... | |
The implementation of a tab used to import images from light microscopy.
| void parseLifMetadata | ( | string & | metadata, |
| vector< cLifMetadata > & | parsedmetadata | ||
| ) |
Parse metadata from a lif file.
| metadata | input metadata |
| parsedmetadata | output vector of parsed metadata |
| void parseLifMetadataSubTree | ( | DOMElement * | subtree, |
| vector< cLifMetadata > & | parsedmetadata | ||
| ) |
Parse metadata from a subtree of a lif file.
| subtree | root of a subtree |
| parsedmetadata | output vector of parsed metadata |
| void readLifMetadata | ( | string | filename, |
| vector< cLifMetadata > & | parsedmetadata | ||
| ) |
Get metadata from a lif file.
| filename | input lif file |
| parsedmetadata | output vector of parsed metadata |