Medical Imaging Interaction Toolkit  2025.12.02
Medical Imaging Interaction Toolkit
mitkContourModelSetGLMapper2D.h
Go to the documentation of this file.
1 /*============================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center (DKFZ)
6 All rights reserved.
7 
8 Use of this source code is governed by a 3-clause BSD license that can be
9 found in the LICENSE file.
10 
11 ============================================================================*/
12 
13 #ifndef mitkContourModelSetGLMapper2D_h
14 #define mitkContourModelSetGLMapper2D_h
15 
16 #include "mitkBaseRenderer.h"
17 #include "mitkCommon.h"
19 #include "mitkContourModelSet.h"
21 
22 namespace mitk
23 {
24  class BaseRenderer;
25  class ContourModel;
26 
35  {
36  public:
38 
39  itkFactorylessNewMacro(Self);
40 
41  itkCloneMacro(Self);
42 
47 
48  static void SetDefaultProperties(mitk::DataNode *node, mitk::BaseRenderer *renderer = nullptr, bool overwrite = false);
49 
51 
52  protected:
54 
56 
57  private:
61  ContourModelSet *GetInput(void);
62  };
63 
64 } // namespace mitk
65 
66 #endif
#define MITKCONTOURMODEL_EXPORT
Base class for OpenGL based 2D mappers. Provides functionality to draw a contour.
OpenGL-based mapper to display a mitk::ContourModelSet object containing several contours in a 2D ren...
void MitkRender(mitk::BaseRenderer *renderer, mitk::VtkPropRenderer::RenderType type) override
static void SetDefaultProperties(mitk::DataNode *node, mitk::BaseRenderer *renderer=nullptr, bool overwrite=false)
LocalStorageHandler< BaseLocalStorage > m_LSH
mitkClassMacro(ContourModelSetGLMapper2D, ContourModelGLMapper2DBase)
Class for nodes of the DataTree.
Definition: mitkDataNode.h:64
Base class of all mappers, Vtk as well as OpenGL mappers.
Definition: mitkMapper.h:47
Find image slices visible on a given plane.