NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
mitkUltrasoundTransformAndImageMerger.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 mitkUltrasoundTransformAndImageMerger_h
16 #define mitkUltrasoundTransformAndImageMerger_h
17 
18 #include "niftkOpenCVExports.h"
19 #include <itkObject.h>
20 #include <itkObjectFactory.h>
21 #include <mitkCommon.h>
22 #include <mitkVector.h>
23 
24 namespace mitk {
25 
46 {
47 
48 public:
49 
50  mitkClassMacroItkParent(UltrasoundTransformAndImageMerger, itk::Object)
52 
53 
56  void Merge(
57  const std::string& inputMatrixDirectory,
58  const std::string& inputImageDirectory,
59  const std::string& outputImageFileName,
60  const std::string& imageOrientation
61  );
62 
63 protected:
64 
67 
68  UltrasoundTransformAndImageMerger(const UltrasoundTransformAndImageMerger&); // Purposefully not implemented.
69  UltrasoundTransformAndImageMerger& operator=(const UltrasoundTransformAndImageMerger&); // Purposefully not implemented.
70 
71 private:
72 
73 }; // end class
74 
75 } // end namespace
76 
77 #endif
Definition: ReceptorMemberCommandTest.cxx:25
Merges a directory of images and tracking data into a .mhd file, according to PLUS meta-data specific...
Definition: mitkUltrasoundTransformAndImageMerger.h:45
#define NIFTKOPENCV_EXPORT
Definition: niftkSequentialCpuQds.h:27
GLsizei const GLcharARB ** string
Definition: glew.h:5194