Class IDimensionChannelLightPath#

Class Documentation#

class IDimensionChannelLightPath#

The light path information.

Public Functions

virtual bool TryGetExcitationFilterRef(std::wstring *excitationFilterRef) = 0#

Try to get reference to the excitation filter.

Parameters:

excitationFilterRef[inout] If non-null and successful, the reference to the excitation filter is placed here. reference.

Returns:

{bool} True if it succeeds, false if it fails.

virtual bool TryGetDichroicFilterRef(std::wstring *dichroicRef) = 0#

Try to get reference to the dichroic filter.

Parameters:

dichroicRef[inout] If non-null and successful, the reference to the dichroic filter is placed here.

Returns:

{bool} True if it succeeds, false if it fails.

virtual bool TryGetEmissionFilterRef(std::wstring *emissionFilterRef) = 0#

Try to get reference to the emission filter.

Parameters:

emissionFilterRef[inout] If non-null and successful, the reference to the emission filter is placed here. reference.

Returns:

{bool} True if it succeeds, false if it fails.

virtual ~IDimensionChannelLightPath() = default#