13 #ifndef mitkContourModelLiveWireInteractor_h_Included 14 #define mitkContourModelLiveWireInteractor_h_Included 41 itkFactorylessNewMacro(
Self);
48 void ConnectActionsAndFunctions()
override;
76 const float eps = 3.0;
95 #endif // mitkContourModelLiveWireInteractor_h_Included std::vector< itk::Index< 2 > > m_ContourBeingModified
ContourModel is a structure of linked vertices defining a contour in 3D space. The vertices are store...
MITKCORE_EXPORT const ScalarType eps
mitk::Image::Pointer m_WorkingSlice
mitk::ContourModel::VertexIterator m_NextActiveVertexUpIter
mitk::DataNode::Pointer m_EditingContourNode
#define MITKSEGMENTATION_EXPORT
DataCollection - Class to facilitate loading/accessing structured data.
mitk::Point3D m_NextActiveVertexDown
mitk::ContourModel::Pointer m_ContourLeft
mitk::ImageLiveWireContourModelFilter::Pointer m_LiveWireFilter
Base class from with interactors that handle DataNodes are to be derived.
mitk::ContourModel::Pointer m_ContourRight
mitk::Point3D m_NextActiveVertexUp
mitk::ContourModel::VertexIterator m_NextActiveVertexDownIter
Represents an action, that is executed after a certain event (in statemachine-mechanism) TODO: implem...
#define mitkClassMacro(className, SuperClassName)
Image class for storing images.
ContourElement::VertexIterator VertexIterator
Represents a single vertex of a contour.
Class for nodes of the DataTree.