Struct ScalingInfoEx#

Inheritance Relationships#

Base Type#

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.

Public Members

std::wstring defaultUnitFormatX#

The default unit-format for X.

std::wstring defaultUnitFormatY#

The default unit-format for Y.

std::wstring defaultUnitFormatZ#

The default unit-format for Z.