13#ifndef QmitkUSNavigationStepZoneMarking_h
14#define QmitkUSNavigationStepZoneMarking_h
19template<
class T>
class SmartPointer;
23class NodeDisplacementFilter;
24class NavigationDataSource;
127 Ui::QmitkUSNavigationStepZoneMarking *ui;
Abstract base class for navigation step widgets.
std::vector< itk::SmartPointer< mitk::NavigationDataToNavigationDataFilter > > FilterVector
Navigation step for marking risk structures. The user can add risk structures by interacting with the...
QString GetTitle() override
Getter for the title of the navigation step. This title should be human readable and can be used to d...
bool m_CurrentlyAddingZone
bool OnFinishStep() override
There is nothing to be done.
void OnZoneRemoved()
Triggered when a risk zone was removed. Removes the zone from a member variable and from the node dis...
itk::SmartPointer< mitk::NavigationDataSource > m_NavigationDataSource
bool OnStopStep() override
Resets widget and filter and removes nodes from the data storage.
std::string m_ReferenceSensorName
void OnSettingsChanged(const itk::SmartPointer< mitk::DataNode > settingsNode) override
itk::SmartPointer< mitk::NodeDisplacementFilter > m_ZoneDisplacementFilter
void OnFreeze(bool freezed)
QmitkUSNavigationStepZoneMarking(QWidget *parent=nullptr)
void OnShowListClicked(int state)
void OnSetCombinedModality() override
Called every time SetCombinedModality() was called. This method may be implemented by a concrete subc...
void OnUpdate() override
Updates just the tracking validity status.
void OnZoneAdded()
Triggered when a risk zone was added. Adds the zone to a member variable and to the node displacement...
bool OnStartStep() override
Initialization of the data storage nodes.
~QmitkUSNavigationStepZoneMarking() override
FilterVector GetFilter() override
bool OnActivateStep() override
Selects input for the node displacement filter and emits "ReadyForNextStep" signal....
std::string m_StateMachineFilename
void UpdateReferenceSensorName()
bool OnDeactivateStep() override
Called when the navigation step gets deactivated (-> state started). This method may be implemented b...
std::vector< itk::SmartPointer< mitk::DataNode > > m_ZoneNodes
unsigned int m_ReferenceSensorIndex