The airy scan settings.
More...
#include <libCZI_Metadata2.h>
◆ Mode
Values that represent the mode.
Enumerator |
---|
SuperResolution | An enum constant representing the super resolution option.
|
VirtualPinhole | An enum constant representing the virtual pinhole option.
|
MultiBeam | An enum constant representing the multi beam option.
|
Off | An enum constant representing the off option.
|
◆ GetFastAiryScanSettings()
virtual std::shared_ptr<IFastAiryScanSettings> libCZI::IDimensionChannelAiryscanSettings::GetFastAiryScanSettings |
( |
| ) |
|
|
pure virtual |
Gets fast airy scan settings.
- Returns
- The fast airy scan settings object if successful, and empty pointer otherwise.
◆ TryGetMagnification()
virtual bool libCZI::IDimensionChannelAiryscanSettings::TryGetMagnification |
( |
double * |
magnification | ) |
|
|
pure virtual |
Try to get the magnification.
- Parameters
-
[in,out] | magnification | If non-null and successful, the magnification is placed here. |
- Returns
- {bool} True if it succeeds, false if it fails.
◆ TryGetMode()
virtual bool libCZI::IDimensionChannelAiryscanSettings::TryGetMode |
( |
Mode * |
mode | ) |
|
|
pure virtual |
Try to get the mode.
- Parameters
-
[in,out] | mode | If non-null and successful, the mode is placed here. |
- Returns
- {bool} True if it succeeds, false if it fails.
◆ TryGetTransformationXX()
virtual bool libCZI::IDimensionChannelAiryscanSettings::TryGetTransformationXX |
( |
double * |
transformationXX | ) |
|
|
pure virtual |
Try to get the transformation for XX.
- Parameters
-
[in,out] | transformationXX | If non-null and successful, the transformation for XX is placed here. |
- Returns
- {bool} True if it succeeds, false if it fails.
◆ TryGetTransformationXY()
virtual bool libCZI::IDimensionChannelAiryscanSettings::TryGetTransformationXY |
( |
double * |
transformationXY | ) |
|
|
pure virtual |
Try to get the transformation for XY.
- Parameters
-
[in,out] | transformationXY | If non-null and successful, the transformation for XY is placed here. |
- Returns
- {bool} True if it succeeds, false if it fails.
◆ TryGetTransformationYX()
virtual bool libCZI::IDimensionChannelAiryscanSettings::TryGetTransformationYX |
( |
double * |
transformationYX | ) |
|
|
pure virtual |
Try to get the transformation for YX.
- Parameters
-
[in,out] | transformationYX | If non-null and successful, the transformation for YX is placed here. |
- Returns
- {bool} True if it succeeds, false if it fails.
◆ TryGetTransformationYY()
virtual bool libCZI::IDimensionChannelAiryscanSettings::TryGetTransformationYY |
( |
double * |
transformationYY | ) |
|
|
pure virtual |
Try to get the transformation for YY.
- Parameters
-
[in,out] | transformationYY | If non-null and successful, the transformation for YY is placed here. |
- Returns
- {bool} True if it succeeds, false if it fails.
◆ TryGetVirtualPinholeSize()
virtual bool libCZI::IDimensionChannelAiryscanSettings::TryGetVirtualPinholeSize |
( |
double * |
virtualPinholeSize | ) |
|
|
pure virtual |
Try to get the virtual pinhole size.
- Parameters
-
[in,out] | virtualPinholeSize | If non-null and successful, the size of the virtual pinhole is placed here. |
- Returns
- {bool} True if it succeeds, false if it fails.
The documentation for this class was generated from the following file: