|
DynExp
Highly flexible laboratory automation for dynamically changing experiments.
|
#include <ImageViewer.h>
Inheritance diagram for DynExpModule::ImageViewer::ImageViewerData:Public Types | |
| using | TimeType = DynExpInstr::CameraData::TimeType |
Public Types inherited from DynExp::ModuleDataBase | |
| using | EventPtrType = std::unique_ptr< EventBase > |
| Pointer owning an event. | |
| using | EventQueueType = std::queue< EventPtrType > |
| A module's event queue is a FIFO queue owning the enqueued events. | |
Public Member Functions | |
| ImageViewerData () | |
| virtual | ~ImageViewerData ()=default |
| double | CalcBrennerGradientFromImage () const |
Calculates the Brenner gradient of CurrentImage. Refer to J. F. Brenner et al. J. Histochem. Cytochem. 24 (1), 100-111 (1976). | |
Public Member Functions inherited from DynExp::QModuleDataBase | |
| QModuleDataBase ()=default | |
| virtual | ~QModuleDataBase ()=default |
Public Member Functions inherited from DynExp::ModuleDataBase | |
| ModuleDataBase () | |
| virtual | ~ModuleDataBase () |
| auto | GetException () const noexcept |
| Getter for ModuleException. | |
| void | EnqueueEvent (EventPtrType &&Event) |
Enqueues Event at the module event queue's back. Takes ownership of the event. Notifies the module owning the respective ModuleDataBase's instance that a new event has been enqueued. | |
| EventPtrType | PopEvent () |
| Removes one event from the event queue's front and returns the event. Ownership of the event is transferred to the caller of this method. | |
| const auto & | GetEventFront () const noexcept |
| Returns a pointer to the event in the front of the module's event queue without transferring ownership and without removing the event from the queue. | |
| auto & | GetEventFront () noexcept |
| Returns a pointer to the event in the front of the module's event queue without transferring ownership and without removing the event from the queue. | |
| size_t | GetNumEnqueuedEvents () const noexcept |
| Getter for the module event queue's length. | |
Public Member Functions inherited from Util::INonCopyable | |
| INonCopyable (const INonCopyable &)=delete | |
| INonCopyable & | operator= (const INonCopyable &)=delete |
Private Member Functions | |
| void | ResetImpl (dispatch_tag< QModuleDataBase >) override final |
| virtual void | ResetImpl (dispatch_tag< ImageViewerData >) |
| void | Init () |
Additional Inherited Members | |
Protected Member Functions inherited from Util::ISynchronizedPointerLockable | |
| ISynchronizedPointerLockable () | |
| ~ISynchronizedPointerLockable () | |
| Object should never be destroyed before completely unlocked. | |
Protected Member Functions inherited from Util::INonCopyable | |
| constexpr | INonCopyable ()=default |
| ~INonCopyable ()=default | |
Definition at line 100 of file ImageViewer.h.
Definition at line 103 of file ImageViewer.h.
|
inline |
Definition at line 105 of file ImageViewer.h.
|
virtualdefault |
| double DynExpModule::ImageViewer::ImageViewerData::CalcBrennerGradientFromImage | ( | ) | const |
Calculates the Brenner gradient of CurrentImage. Refer to J. F. Brenner et al. J. Histochem. Cytochem. 24 (1), 100-111 (1976).
CurrentImage is empty. Definition at line 283 of file ImageViewer.cpp.
|
private |
Definition at line 308 of file ImageViewer.cpp.
|
inlineprivatevirtual |
Definition at line 134 of file ImageViewer.h.
|
finaloverrideprivate |
Definition at line 273 of file ImageViewer.cpp.
| DynExp::LinkedObjectWrapperContainer<DynExpInstr::Camera> DynExpModule::ImageViewer::ImageViewerData::Camera |
Definition at line 110 of file ImageViewer.h.
| DynExpInstr::CameraData::CameraModesType DynExpModule::ImageViewer::ImageViewerData::CameraModes |
Definition at line 116 of file ImageViewer.h.
| bool DynExpModule::ImageViewer::ImageViewerData::CaptureAfterPause = false |
Definition at line 127 of file ImageViewer.h.
| DynExpInstr::CameraData::CapturingStateType DynExpModule::ImageViewer::ImageViewerData::CapturingState = DynExpInstr::CameraData::CapturingStateType::Stopped |
Definition at line 117 of file ImageViewer.h.
| DynExp::LinkedObjectWrapperContainer<DynExpInstr::InterModuleCommunicator> DynExpModule::ImageViewer::ImageViewerData::Communicator |
Definition at line 112 of file ImageViewer.h.
| DynExpInstr::CameraData::ComputeHistogramType DynExpModule::ImageViewer::ImageViewerData::ComputeHistogram = DynExpInstr::CameraData::ComputeHistogramType::NoHistogram |
Definition at line 122 of file ImageViewer.h.
| TimeType DynExpModule::ImageViewer::ImageViewerData::CurrentExposureTime |
Definition at line 120 of file ImageViewer.h.
| float DynExpModule::ImageViewer::ImageViewerData::CurrentFPS = 0.f |
Definition at line 121 of file ImageViewer.h.
| QImage DynExpModule::ImageViewer::ImageViewerData::CurrentImage |
Definition at line 124 of file ImageViewer.h.
| DynExp::LinkedObjectWrapperContainer<DynExpInstr::AnalogOut> DynExpModule::ImageViewer::ImageViewerData::Focus |
Definition at line 111 of file ImageViewer.h.
| bool DynExpModule::ImageViewer::ImageViewerData::HasImageChanged = false |
Definition at line 125 of file ImageViewer.h.
| bool DynExpModule::ImageViewer::ImageViewerData::ImageCapturingPaused = false |
Definition at line 126 of file ImageViewer.h.
| Util::ImageHistogramType DynExpModule::ImageViewer::ImageViewerData::IntensityHistogram = {} |
Definition at line 129 of file ImageViewer.h.
| TimeType DynExpModule::ImageViewer::ImageViewerData::MaxExposureTime |
Definition at line 119 of file ImageViewer.h.
| TimeType DynExpModule::ImageViewer::ImageViewerData::MinExposureTime |
Definition at line 118 of file ImageViewer.h.
| Util::ImageRGBHistogramType DynExpModule::ImageViewer::ImageViewerData::RGBHistogram = {} |
Definition at line 130 of file ImageViewer.h.
| bool DynExpModule::ImageViewer::ImageViewerData::UIInitialized = false |
Definition at line 114 of file ImageViewer.h.