libCZI
Reading and Writing CZI documents made easy
libCZI::RangeOrSingleValue< t > Struct Template Reference

This struct represents either a single value or a range. More...

#include <libCZI_Metadata2.h>

Public Attributes

bool singleValue
 True if this struct represents a single value. In this case, the property end is invalid.
 
startOrSingleValue
 The start value of a range (in the case that singleValue is false) or the single value (if singleValue is true).
 
end
 The end of the range (only valid if singleValue is false).
 

Detailed Description

template<typename t>
struct libCZI::RangeOrSingleValue< t >

This struct represents either a single value or a range.


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