Struct ScalingInfoEx#
Defined in File libCZI_Metadata.h
Inheritance Relationships#
Base Type#
public libCZI::ScalingInfo
(Struct ScalingInfo)
Struct Documentation#
-
struct ScalingInfoEx : public libCZI::ScalingInfo#
Extends the scaling information by a “default unit format”. Note that the value itself remains to be given in meter, here we just suggest a unit to display the scale.
Public Functions
-
inline std::wstring GetDefaultUnitFormat(char d) const#
Gets the specified default unit-format.
- Throws:
std::invalid_argument – Thrown when an invalid argument error condition occurs.
- Parameters:
d – Identifies the scale-value to query, can be ‘x’, ‘y’ or ‘z’ (or uppercase).
- Returns:
The specified scale.
-
inline std::wstring GetDefaultUnitFormat(char d) const#