Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include "mitkBaseData.h"
#include "mitkCommon.h"
#include <MitkContourModelExports.h>
#include <mitkContourElement.h>
Go to the source code of this file.
Classes | |
class | mitk::ContourModel |
ContourModel is a structure of linked vertices defining a contour in 3D space. The vertices are stored in a mitk::ContourElement is stored for each timestep. The contour line segments are implicitly defined by the given linked vertices. By default two control points are are linked by a straight line.It is possible to add vertices at front and end of the contour and to iterate in both directions. More... | |
Namespaces | |
mitk | |
DataCollection - Class to facilitate loading/accessing structured data. | |
Functions | |
mitk::itkEventMacro (ContourModelEvent, itk::AnyEvent) | |
mitk::itkEventMacro (ContourModelShiftEvent, ContourModelEvent) | |
mitk::itkEventMacro (ContourModelSizeChangeEvent, ContourModelEvent) | |
mitk::itkEventMacro (ContourModelAddEvent, ContourModelSizeChangeEvent) | |
mitk::itkEventMacro (ContourModelRemoveEvent, ContourModelSizeChangeEvent) | |
mitk::itkEventMacro (ContourModelExpandTimeBoundsEvent, ContourModelEvent) | |
mitk::itkEventMacro (ContourModelClosedEvent, ContourModelEvent) | |