Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkRegistrationWrapperMapper3D.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,
6 Division of Medical and Biological Informatics.
7 All rights reserved.
8 
9 This software is distributed WITHOUT ANY WARRANTY; without
10 even the implied warranty of MERCHANTABILITY or FITNESS FOR
11 A PARTICULAR PURPOSE.
12 
13 See LICENSE.txt or http://www.mitk.org for details.
14 
15 ===================================================================*/
16 
17 
18 #ifndef _MITK_MITK_REGISTRATION_WRAPPER_MAPPER_3D_H
19 #define _MITK_MITK_REGISTRATION_WRAPPER_MAPPER_3D_H
20 
21 
23 
25 
26 class vtkPropAssembly;
27 
28 
29 namespace mitk {
30 
33 {
34 public:
35 
37  itkNewMacro(Self);
38 
39  virtual bool GetGeometryDescription(mitk::BaseRenderer *renderer, mitk::BaseGeometry::ConstPointer& gridDesc, unsigned int& gridFrequ) const;
40  virtual bool RendererGeometryIsOutdated(mitk::BaseRenderer *renderer, const itk::TimeStamp& time) const;
41 
42 protected:
43 
46 
47 
48 private:
49 
50 };
51 
52 } // end namespace mitk
53 
54 
55 
56 
57 #endif /* MITKRegistrationWrapperMapper3D_H_HEADER_INCLUDED */
58 
Organizes the rendering process.
DataCollection - Class to facilitate loading/accessing structured data.
Base class of all mappers, Vtk as well as OpenGL mappers.
Definition: mitkMapper.h:54
#define MITKMATCHPOINTREGISTRATION_EXPORT
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:44