The SIM (Structured Illumination Microscopy) settings.
More...
#include <libCZI_Metadata2.h>
The SIM (Structured Illumination Microscopy) settings.
◆ TryGetDiffractionEfficiency1()
virtual bool libCZI::IDimensionChannelSIMSettings::TryGetDiffractionEfficiency1 |
( |
double * |
diffractionEfficiency1 | ) |
|
|
pure virtual |
Try to get the diffraction efficiency for diffraction order -1.
- Parameters
-
[in,out] | diffractionEfficiency1 | If non-null and successful, the diffraction efficiency for diffraction order -1 is placed here. |
- Returns
- {bool} True if it succeeds, false if it fails.
◆ TryGetDiffractionEfficiency2()
virtual bool libCZI::IDimensionChannelSIMSettings::TryGetDiffractionEfficiency2 |
( |
double * |
diffractionEfficiency2 | ) |
|
|
pure virtual |
Try to get the diffraction efficiency for diffraction order 0.
- Parameters
-
[in,out] | diffractionEfficiency2 | If non-null and successful, the diffraction efficiency for diffraction order 0 is placed here. |
- Returns
- {bool} True if it succeeds, false if it fails.
◆ TryGetDiffractionEfficiency3()
virtual bool libCZI::IDimensionChannelSIMSettings::TryGetDiffractionEfficiency3 |
( |
double * |
diffractionEfficiency3 | ) |
|
|
pure virtual |
Try to get the diffraction efficiency for diffraction order 1.
- Parameters
-
[in,out] | diffractionEfficiency3 | If non-null and successful, the diffraction efficiency for diffraction order 1 is placed here. |
- Returns
- {bool} True if it succeeds, false if it fails.
◆ TryGetFilterSetRef()
virtual bool libCZI::IDimensionChannelSIMSettings::TryGetFilterSetRef |
( |
std::wstring * |
filterSetRef | ) |
|
|
pure virtual |
Try to get reference to filter set.
- Parameters
-
[in,out] | filterSetRef | If non-null and successful, the reference to the filter set is placed here. |
- Returns
- {bool} True if it succeeds, false if it fails.
◆ TryGetGratingPeriod()
virtual bool libCZI::IDimensionChannelSIMSettings::TryGetGratingPeriod |
( |
double * |
gratingPeriod | ) |
|
|
pure virtual |
Try to get the grating period.
- Parameters
-
[in,out] | gratingPeriod | If non-null and successful, the grating period is placed here. |
- Returns
- {bool} True if it succeeds, false if it fails.
◆ TryGetGratingRotation()
virtual bool libCZI::IDimensionChannelSIMSettings::TryGetGratingRotation |
( |
double * |
gratingRotation | ) |
|
|
pure virtual |
Try to get the grating rotation-
- Parameters
-
[in,out] | gratingRotation | If non-null and successful, the grating rotation is placed here. |
- Returns
- {bool} True if it succeeds, false if it fails.
◆ TryGetGridDescription()
virtual bool libCZI::IDimensionChannelSIMSettings::TryGetGridDescription |
( |
std::wstring * |
gridDescription | ) |
|
|
pure virtual |
Try to get the grid description.
- Parameters
-
[in,out] | gridDescription | If non-null and successful, information describing the grid is placed here. |
- Returns
- {bool} True if it succeeds, false if it fails.
◆ TryGetReflector()
virtual bool libCZI::IDimensionChannelSIMSettings::TryGetReflector |
( |
std::wstring * |
reflector | ) |
|
|
pure virtual |
Try to get reference to reflector.
- Parameters
-
[in,out] | reflector | If non-null and successful, the reference to the reflector is placed here. |
- Returns
- {bool} True if it succeeds, false if it fails.
◆ TryGetSIMDeviceRef()
virtual bool libCZI::IDimensionChannelSIMSettings::TryGetSIMDeviceRef |
( |
std::wstring * |
simDeviceRef | ) |
|
|
pure virtual |
Try to get reference to the SIM device.
- Parameters
-
[in,out] | simDeviceRef | If non-null and successful, the reference to the SIM device is placed here. |
- Returns
- {bool} True if it succeeds, false if it fails.
The documentation for this class was generated from the following file: