Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkContourModelLiveWireInteractor_h
14 #define mitkContourModelLiveWireInteractor_h
41 itkFactorylessNewMacro(
Self);
46 void ConnectActionsAndFunctions()
override;
mitk::ContourModel::Pointer m_ContourLeft
std::vector< itk::Index< 2 > > m_ContourBeingModified
Represents a single vertex of a contour.
mitk::ContourModel::VertexIterator m_NextActiveVertexUpIter
Image class for storing images.
mitk::ImageLiveWireContourModelFilter::Pointer m_LiveWireFilter
Find image slices visible on a given plane.
mitk::ContourModel::VertexIterator m_NextActiveVertexDownIter
mitk::ContourModel::Pointer m_ContourRight
ContourModel is a structure of linked vertices defining a contour in 3D space. The vertices are store...
#define MITKSEGMENTATION_EXPORT
mitk::Point3D m_NextActiveVertexUp
mitk::Point3D m_NextActiveVertexDown
mitk::Image::Pointer m_WorkingSlice
Represents an action, that is executed after a certain event (in statemachine-mechanism) TODO: implem...
#define mitkClassMacro(className, SuperClassName)
ContourElement::VertexIterator VertexIterator
Base class from with interactors that handle DataNodes are to be derived.
itk::SmartPointer< Self > Pointer