NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
mitkMakeGridOf2DImages.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 mitkMakeGridOf2DImages_h
16 #define mitkMakeGridOf2DImages_h
17 
18 #include "niftkOpenCVExports.h"
19 #include <string>
20 #include <itkObject.h>
21 #include <itkObjectFactory.h>
22 #include <mitkCommon.h>
23 
24 namespace mitk {
25 
30 class NIFTKOPENCV_EXPORT MakeGridOf2DImages : public itk::Object
31 {
32 
33 public:
34 
35  mitkClassMacroItkParent(MakeGridOf2DImages, itk::Object)
36  itkNewMacro(MakeGridOf2DImages)
37 
38  void MakeGrid(const std::string &inputDirectory,
39  const std::vector<int>& imageSize,
40  const std::vector<int>& gridDimensions,
41  const std::string &outputImageFile,
42  const bool fillLengthWise
43  );
44 
45 protected:
46 
48  virtual ~MakeGridOf2DImages();
49 
50  MakeGridOf2DImages(const MakeGridOf2DImages&); // Purposefully not implemented.
51  MakeGridOf2DImages& operator=(const MakeGridOf2DImages&); // Purposefully not implemented.
52 
53 private:
54 
55 }; // end class
56 
57 } // end namespace
58 
59 #endif
Definition: ReceptorMemberCommandTest.cxx:25
#define NIFTKOPENCV_EXPORT
Definition: niftkSequentialCpuQds.h:27
GLsizei const GLcharARB ** string
Definition: glew.h:5194
Tiles images together, e.g. Tiles Tags into a board of Tags.
Definition: mitkMakeGridOf2DImages.h:30
GLint GLenum GLsizei GLint GLsizei imageSize
Definition: glew.h:1363