libCZI
Reading and Writing CZI documents made easy
libCZI::SpectrumCharacteristics Struct Reference

Structure used to describe the spectral characteristic of light. More...

#include <libCZI_Metadata2.h>

Public Types

enum class  InformationType { SinglePeak , Ranges }
 Values that represent the "type of information given". More...
 

Public Attributes

InformationType type
 The type of information given.
 
double singlePeak
 The single peak (only valid if "type" is "InformationType::SinglePeak").
 
std::vector< RangeOrSingleValue< double > > ranges
 The set of ranges (only valid if "type" is "InformationType::Ranges").
 

Detailed Description

Structure used to describe the spectral characteristic of light.

Member Enumeration Documentation

◆ InformationType

Values that represent the "type of information given".

Enumerator
SinglePeak 

An enum constant representing that a single peak is characterized.

Ranges 

An enum constant representing that a set of ranges are used to characterize the spectrum.


The documentation for this struct was generated from the following file: