Class IDimensionChannelPolarizingSettings#
Defined in File libCZI_Metadata2.h
Class Documentation#
-
class IDimensionChannelPolarizingSettings#
The polarizer settings.
Public Functions
-
virtual bool TryGetPolarizerAngle(double *polarizerAngle) = 0#
Try to get the polarizer angle.
- Parameters:
polarizerAngle – [inout] If non-null, the polarizer angle.
- Returns:
{bool} True if it succeeds, false if it fails.
-
virtual bool TryGetAnalyzerAngle(double *analyzerAngle) = 0#
Attempts to get analyzer angle
- Parameters:
analyzerAngle – [inout] If non-null, the analyzer angle.
- Returns:
{bool} True if it succeeds, false if it fails.
-
virtual ~IDimensionChannelPolarizingSettings() = default#
-
virtual bool TryGetPolarizerAngle(double *polarizerAngle) = 0#