13#ifndef mitkUSZonesInteractor_h
14#define mitkUSZonesInteractor_h
16#include "mitkDataInteractor.h"
19 template<
class T>
class SmartPointer;
82 void AddCenter(StateMachineAction*, InteractionEvent*);
92 void ChangeRadius(StateMachineAction*, InteractionEvent*);
98 void EndCreation(StateMachineAction*, InteractionEvent*);
DataInteractor for creating a sphere at a specific coordinate. The origin is set by mitk::USZonesInte...
static void UpdateSurface(itk::SmartPointer< mitk::DataNode >)
Creates Vtk Sphere according to current radius. The radius is gotten from the float property "zone....
void AddCenter(StateMachineAction *, InteractionEvent *)
Sets origin of the data node to the coordinates of the position event.
void ChangeRadius(StateMachineAction *, InteractionEvent *)
Updates radius attribute according to position event. Calculates distance between the data node origi...
mitkClassMacro(USZonesInteractor, DataInteractor)
static const char * DATANODE_PROPERTY_SIZE
void EndCreation(StateMachineAction *, InteractionEvent *)
Sets the property "zone.created" of the data node to true.
static const char * DATANODE_PROPERTY_CREATED
void ConnectActionsAndFunctions() override
Connects the functions from the state machine to methods of this class.
void DataNodeChanged() override
Sets empty surface as data for the new data node. This is necessary as data nodes without data do not...
void AbortCreation(StateMachineAction *, InteractionEvent *)
Removes Vtk Sphere from data node.
~USZonesInteractor() override