|
libCZI
Reading CZI documents made easy
|
Structure used to describe the spectral characteristic of light. More...
#include <libCZI_Metadata2.h>
Public Types | |
| enum | InformationType { InformationType::SinglePeak, InformationType::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"). | |
Structure used to describe the spectral characteristic of light.
|
strong |