NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
mitkIGITestDataUtils.h
Go to the documentation of this file.
1 /*=============================================================================
2 
3  NifTK: A software platform for medical image computing.
4 
5  Copyright (c) University College London (UCL). All rights reserved.
6 
7  This software is distributed WITHOUT ANY WARRANTY; without even
8  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
9  PURPOSE.
10 
11  See LICENSE.txt in the top level directory for details.
12 
13 =============================================================================*/
14 
15 #ifndef mitkIGITestDataUtils_h
16 #define mitkIGITestDataUtils_h
17 
18 #include "niftkIGIExports.h"
19 #include <mitkVector.h>
20 #include <mitkDataNode.h>
21 #include <mitkSurface.h>
22 #include <mitkProperties.h>
23 
28 namespace mitk
29 {
30 
37 NIFTKIGI_EXPORT
38 mitk::DataNode::Pointer CreateConeRepresentation(
39  const char* label,
40  const mitk::Vector3D& centerPoint,
41  const mitk::Vector3D& direction);
42 
48 NIFTKIGI_EXPORT
49 mitk::DataNode::Pointer CreateConeRepresentation(
50  const char* label,
51  mitk::Vector3D& direction
52  );
53 
54 } // end namespace
55 
56 #endif
Definition: ReceptorMemberCommandTest.cxx:25
mitk::DataNode::Pointer CreateConeRepresentation(const char *label, mitk::Vector3D &centerPoint, mitk::Vector3D &direction)
Definition: mitkIGITestDataUtils.cxx:24
GLuint GLsizei GLsizei GLchar * label
Definition: glew.h:10629