| AbortedByUser enum value | Algorithm | |
| actions() | Algorithm | inline |
| addEventListenersToRecorder(StreamRecorder *rec) | StreamRecorderAlgorithm | protected |
| Algorithm() | Algorithm | |
| allTrackingDevices() | StreamRecorderAlgorithm | |
| allTrackingInstruments() const | StreamRecorderAlgorithm | |
| automaticImageChangeRestart() const | StreamRecorderAlgorithm | |
| automaticLimitRestart() const | StreamRecorderAlgorithm | |
| captureMode() const | StreamRecorderAlgorithm | |
| compressSave() const | StreamRecorderAlgorithm | |
| compute() override | StreamRecorderAlgorithm | virtual |
| Configurable()=default (defined in Configurable) | Configurable | |
| Configurable(const Configurable &rhs) (defined in Configurable) | Configurable | |
| Configurable(Configurable &&rhs) noexcept (defined in Configurable) | Configurable | |
| configuration(Properties *p) const override | StreamRecorderAlgorithm | virtual |
| configure(const Properties *p) override | StreamRecorderAlgorithm | virtual |
| configureDefaults() | Configurable | virtual |
| createCompatible(const DataList &data, Algorithm **a=nullptr) (defined in StreamRecorderAlgorithm) | StreamRecorderAlgorithm | static |
| createRecorderForStream(Stream *stream) | StreamRecorderAlgorithm | protected |
| DataCombinationMode enum name | StreamRecorderAlgorithm | |
| dataCombinationMode() const | StreamRecorderAlgorithm | |
| disconnectAll() | SignalReceiver | protected |
| Error enum value | Algorithm | |
| extractRecordedData() | StreamRecorderAlgorithm | protectedvirtual |
| factoryInfo() const | Algorithm | inline |
| imageRecorder(int which=0) const | StreamRecorderAlgorithm | |
| imageSamplesLimit() const | StreamRecorderAlgorithm | |
| imageStream(int which=0) const | StreamRecorderAlgorithm | |
| imageTimeUseDevice() const | StreamRecorderAlgorithm | |
| IncompleteInput enum value | Algorithm | |
| InvalidInput enum value | Algorithm | |
| isDataBeingSaved(const Data *data) const | StreamRecorderAlgorithm | |
| isRecording() const | StreamRecorderAlgorithm | |
| isRestarting() const | StreamRecorderAlgorithm | |
| isStopOnDeviceListChanged() const | StreamRecorderAlgorithm | |
| isStopOnImageSizeChanged() const | StreamRecorderAlgorithm | |
| limitReached() const | StreamRecorderAlgorithm | |
| liveStreamRecording() const | StreamRecorderAlgorithm | |
| loadDefaults() (defined in Algorithm) | Algorithm | protected |
| m_actions | Algorithm | protected |
| m_captureMode | StreamRecorderAlgorithm | protected |
| m_combinationMode | StreamRecorderAlgorithm | protected |
| m_compressSave | StreamRecorderAlgorithm | protected |
| m_exporter | StreamRecorderAlgorithm | protected |
| m_factoryInfo | Algorithm | protected |
| m_imageSamplesLimit | StreamRecorderAlgorithm | protected |
| m_inputStreams | StreamRecorderAlgorithm | protected |
| m_limitRestartRecording | StreamRecorderAlgorithm | protected |
| m_liveStreamRecording | StreamRecorderAlgorithm | protected |
| m_mutexCtrlUpdate | StreamRecorderAlgorithm | mutableprotected |
| m_mutexRecorders | StreamRecorderAlgorithm | mutableprotected |
| m_name | Algorithm | protected |
| m_numberOfDataToKeep | StreamRecorderAlgorithm | protected |
| m_params | Configurable | protected |
| m_patientName | StreamRecorderAlgorithm | protected |
| m_patientNameSuffix | StreamRecorderAlgorithm | protected |
| m_progress | Algorithm | protected |
| m_recordBothTimestamps | StreamRecorderAlgorithm | protected |
| m_recordedBytesLimit | StreamRecorderAlgorithm | protected |
| m_restartRecordingOnImageDescriptorsChanged | StreamRecorderAlgorithm | protected |
| m_saveAsDicom | StreamRecorderAlgorithm | protected |
| m_savePath | StreamRecorderAlgorithm | protected |
| m_saveRecordingsAsync | StreamRecorderAlgorithm | protected |
| m_saveStreamingFramesKeptInMemory | StreamRecorderAlgorithm | protected |
| m_saveToFile | StreamRecorderAlgorithm | protected |
| m_status | Algorithm | protected |
| m_stopOnImageSizeChanged | StreamRecorderAlgorithm | protected |
| m_stopOnInstrumentsChanged | StreamRecorderAlgorithm | protected |
| m_streamRecorders | StreamRecorderAlgorithm | protected |
| m_systemMemLimit | StreamRecorderAlgorithm | protected |
| m_timeLimit | StreamRecorderAlgorithm | protected |
| m_trackingQualityThreshold | StreamRecorderAlgorithm | protected |
| m_trackingSamplesLimit | StreamRecorderAlgorithm | protected |
| m_useDeviceImages | StreamRecorderAlgorithm | protected |
| m_useDeviceTracking | StreamRecorderAlgorithm | protected |
| numberOfDataToKeep() const | StreamRecorderAlgorithm | |
| numRecorders() const | StreamRecorderAlgorithm | |
| operator=(const Configurable &) (defined in Configurable) | Configurable | |
| operator=(Configurable &&) noexcept (defined in Configurable) | Configurable | |
| ImFusion::SignalReceiver::operator=(SignalReceiver rhs) | SignalReceiver | |
| OutOfMemoryGPU enum value | Algorithm | |
| OutOfMemoryHost enum value | Algorithm | |
| outputInternal(std::function< std::unique_ptr< TrackedSharedImageSet >()> containerFactory) | StreamRecorderAlgorithm | protectedvirtual |
| passedTime() const | StreamRecorderAlgorithm | |
| patientName() const | StreamRecorderAlgorithm | |
| patientNameSuffix() const | StreamRecorderAlgorithm | |
| progress() const | Algorithm | inline |
| recordBothTimestamps() const | StreamRecorderAlgorithm | |
| recordedBytes() | StreamRecorderAlgorithm | virtual |
| recordedBytesLimit() const | StreamRecorderAlgorithm | |
| recordedFrames() const | StreamRecorderAlgorithm | |
| recordedStreams() const | StreamRecorderAlgorithm | |
| recordedTrackingData() const | StreamRecorderAlgorithm | |
| recorder(int which=0) const | StreamRecorderAlgorithm | |
| registerAction(const std::string &id, const std::string &guiName, const std::function< Algorithm::Status(void)> &action) | Algorithm | protected |
| registerAction(const std::string &id, const std::string &guiName, Algorithm::Status(D::*action)(void)) | Algorithm | inlineprotected |
| registerAction(const Action &action) | Algorithm | protected |
| registerParameter(ParameterBase *param) | Configurable | |
| restart() | StreamRecorderAlgorithm | |
| runAction(const std::string &id) | Algorithm | |
| saveAsDicom() const | StreamRecorderAlgorithm | |
| savePath() const | StreamRecorderAlgorithm | |
| saveRecordedData(const OwningDataList &odl) | StreamRecorderAlgorithm | protected |
| saveRecordedDataAsync(const DataList &dataList, const std::vector< std::string > &paths) | StreamRecorderAlgorithm | protectedvirtual |
| saveRecordedDataBlocking(const DataList &dataList, const std::vector< std::string > &paths) | StreamRecorderAlgorithm | protectedvirtual |
| saveRecordingsAsync() const | StreamRecorderAlgorithm | |
| saveStreamingFramesKeptInMemory() const | StreamRecorderAlgorithm | |
| saveToFile() const | StreamRecorderAlgorithm | |
| setAutomaticImageChangeRestart(bool flag) | StreamRecorderAlgorithm | |
| setAutomaticLimitRestart(bool flag) | StreamRecorderAlgorithm | |
| setCaptureMode(StreamRecorder::CaptureMode captureMode) | StreamRecorderAlgorithm | |
| setCaptureNextSample() | StreamRecorderAlgorithm | |
| setCompression(bool compress) | StreamRecorderAlgorithm | |
| setCompressSave(bool save) | StreamRecorderAlgorithm | |
| setDataCombinationMode(DataCombinationMode m) | StreamRecorderAlgorithm | |
| setFactoryInfo(const FactoryInfo &value) | Algorithm | inline |
| setLimits(double timeLimitInSeconds, double systemMemLimit, int imageSamplesLimit, int trackingSamplesLimit, size_t recordedBytesLimit) | StreamRecorderAlgorithm | |
| setLiveStreamRecording(bool x) | StreamRecorderAlgorithm | |
| setNumberOfDataToKeep(int n) | StreamRecorderAlgorithm | |
| setPatientName(std::string patientName) | StreamRecorderAlgorithm | |
| setPatientNameSuffix(std::string suffix) | StreamRecorderAlgorithm | |
| setProgress(Progress *progress) | Algorithm | inlinevirtual |
| setRecordBothTimestamps(bool x) | StreamRecorderAlgorithm | |
| setSaveAsDicom(bool flag) | StreamRecorderAlgorithm | |
| setSavePath(std::string savePath) | StreamRecorderAlgorithm | |
| setSaveRecordingsAsync(bool flag) | StreamRecorderAlgorithm | |
| setSaveStreamingFramesKeptInMemory(int val) | StreamRecorderAlgorithm | |
| setSaveToFile(bool save) | StreamRecorderAlgorithm | |
| setStopOnDeviceListChanged(bool flag) | StreamRecorderAlgorithm | |
| setStopOnImageSizeChanged(bool flag) | StreamRecorderAlgorithm | |
| setStopOnInstrumentsChanged(bool flag) | StreamRecorderAlgorithm | |
| setTimestampSource(bool deviceImage=false, bool deviceTracking=false) | StreamRecorderAlgorithm | |
| setTrackingQualityThreshold(double t) | StreamRecorderAlgorithm | |
| signalOutputChanged | Algorithm | |
| signalParametersChanged | Algorithm | |
| SignalReceiver()=default | SignalReceiver | |
| SignalReceiver(const SignalReceiver &other) | SignalReceiver | |
| start() | StreamRecorderAlgorithm | virtual |
| Status enum name | Algorithm | |
| status() const | Algorithm | virtual |
| stop() | StreamRecorderAlgorithm | virtual |
| stopOnInsturmentsChanged() const | StreamRecorderAlgorithm | |
| StreamRecorderAlgorithm(std::vector< Stream * > inputStreams) | StreamRecorderAlgorithm | |
| Success enum value | Algorithm | |
| survivesDataDeletion(const Data *) const | Algorithm | virtual |
| systemMemLimit() const | StreamRecorderAlgorithm | |
| takeOutput() override | StreamRecorderAlgorithm | virtual |
| takeOutputAsync() | StreamRecorderAlgorithm | |
| timeLimit() const | StreamRecorderAlgorithm | |
| trackingQualityThreshold() const | StreamRecorderAlgorithm | |
| trackingRecorder(int which=0) const | StreamRecorderAlgorithm | |
| trackingSamplesLimit() const | StreamRecorderAlgorithm | |
| trackingStream(int which=0) const | StreamRecorderAlgorithm | |
| trackingTimeUseDevice() const | StreamRecorderAlgorithm | |
| Unknown enum value | Algorithm | |
| UnknownAction enum value | Algorithm | |
| unregisterParameter(const ParameterBase *param) | Configurable | |
| UnsupportedGPU enum value | Algorithm | |
| User enum value | Algorithm | |
| ~Algorithm() (defined in Algorithm) | Algorithm | virtual |
| ~Configurable() (defined in Configurable) | Configurable | virtual |
| ~SignalReceiver() | SignalReceiver | virtual |
| ~StreamRecorderAlgorithm() override (defined in StreamRecorderAlgorithm) | StreamRecorderAlgorithm | |