Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Classes | |
class | mitk::ContourModelSetSource |
Superclass of all classes generating ContourModels. More... | |
class | mitk::ContourModelSource |
Superclass of all classes generating ContourModels. More... | |
class | mitk::ContourModelSubDivisionFilter |
This filter interpolates a subdivision curve between control points of the contour. For inserting subpoints Dyn-Levin-Gregory (DLG) interpolation scheme is used. Interpolating a cruve subdivision is done by: F2i = Ci F2i+1 = -1/16Ci-1 + 9/16Ci + 9/16Ci+1 - 1/16Ci+2. More... | |
class | mitk::ContourModelToPointSetFilter |
Converts a contour set to a point set. More... | |
class | mitk::ImageToContourModelFilter |
Base class for all filters with mitk::Image as input and mitk::ContourModel. More... | |
class | mitk::ContourModelReader |
class | mitk::ContourModelSetReader |
class | mitk::ContourModelSetWriter |
XML-based writer for mitk::ContourModelSet. More... | |
class | mitk::ContourModelGLMapper2D |
OpenGL-based mapper to display a mitk::Contour object in a 2D render window. More... | |
class | mitk::ContourModelGLMapper2DBase |
Base class for OpenGL based 2D mappers. Provides functionality to draw a contour. More... | |
class | mitk::ContourModelSetGLMapper2D |
OpenGL-based mapper to display a mitk::ContourModelSet object containing several contours in a 2D render window. More... | |