libCZI
Reading and Writing CZI documents made easy
libCZI::IDimensionChannelPolarizingSettings Class Referenceabstract

The polarizer settings. More...

#include <libCZI_Metadata2.h>

Public Member Functions

virtual bool TryGetPolarizerAngle (double *polarizerAngle)=0
 
virtual bool TryGetAnalyzerAngle (double *analyzerAngle)=0
 

Detailed Description

The polarizer settings.

Member Function Documentation

◆ TryGetAnalyzerAngle()

virtual bool libCZI::IDimensionChannelPolarizingSettings::TryGetAnalyzerAngle ( double *  analyzerAngle)
pure virtual

Attempts to get analyzer angle

Parameters
[in,out]analyzerAngleIf non-null, the analyzer angle.
Returns
{bool} True if it succeeds, false if it fails.

◆ TryGetPolarizerAngle()

virtual bool libCZI::IDimensionChannelPolarizingSettings::TryGetPolarizerAngle ( double *  polarizerAngle)
pure virtual

Try to get the polarizer angle.

Parameters
[in,out]polarizerAngleIf non-null, the polarizer angle.
Returns
{bool} True if it succeeds, false if it fails.

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