Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkRegistrationWrapperMapper3D.cpp
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 #include <vtkPropAssembly.h>
19 #include <vtkPointData.h>
20 #include <vtkProperty.h>
21 #include <vtkCellArray.h>
22 
23 #include <mitkProperties.h>
24 #include <mitkExceptionMacro.h>
25 #include <mitkException.h>
26 
30 #include "mitkRegVisHelper.h"
31 #include "mitkRegVisPropertyTags.h"
32 #include "mitkRegVisHelper.h"
33 
35 {
36 
37 }
38 
39 
41 {
42 
43 }
44 
46 {
47  return false;
48 }
49 
51 {
53  mitk::GetGridGeometryFromNode(this->GetDataNode(),newDesc,gridFrequ);
54  gridDesc = newDesc;
55  return true;
56 };
57 
void GetGridGeometryFromNode(const mitk::DataNode *regNode, mitk::Geometry3D::Pointer &gridDesc, unsigned int &gridFrequ)
Organizes the rendering process.
virtual bool GetGeometryDescription(mitk::BaseRenderer *renderer, mitk::BaseGeometry::ConstPointer &gridDesc, unsigned int &gridFrequ) const
virtual bool RendererGeometryIsOutdated(mitk::BaseRenderer *renderer, const itk::TimeStamp &time) const