Medical Imaging Interaction Toolkit
2024.06.00
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 for each timestep. The contour line segments are implicitly defined by the given linked vertices. By default two control points are linked by a straight line. It is possible to add vertices at the front and end of the contour and to iterate in both directions. More... | |
Namespaces | |
mitk | |
Find image slices visible on a given plane. | |
Functions | |
mitk::itkEventMacroDeclaration (ContourModelEvent, itk::AnyEvent) | |
mitk::itkEventMacroDeclaration (ContourModelShiftEvent, ContourModelEvent) | |
mitk::itkEventMacroDeclaration (ContourModelSizeChangeEvent, ContourModelEvent) | |
mitk::itkEventMacroDeclaration (ContourModelAddEvent, ContourModelSizeChangeEvent) | |
mitk::itkEventMacroDeclaration (ContourModelRemoveEvent, ContourModelSizeChangeEvent) | |
mitk::itkEventMacroDeclaration (ContourModelExpandTimeBoundsEvent, ContourModelEvent) | |
mitk::itkEventMacroDeclaration (ContourModelClosedEvent, ContourModelEvent) | |