Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
mitkPASimulationBatchGenerator.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 (DKFZ)
6 All rights reserved.
7 
8 Use of this source code is governed by a 3-clause BSD license that can be
9 found in the LICENSE file.
10 
11 ============================================================================*/
12 
13 #ifndef MITKPHOTOACOUSTICSIMULATIONBATCHGENERATOR_H
14 #define MITKPHOTOACOUSTICSIMULATIONBATCHGENERATOR_H
15 
17 #include <mitkCommon.h>
18 #include <mitkImage.h>
19 
21 
22 namespace mitk {
23  namespace pa {
25  {
26  public:
27  static void WriteBatchFileAndSaveTissueVolume(
28  SimulationBatchGeneratorParameters::Pointer parameters,
29  mitk::Image::Pointer tissueVolume);
30 
31  static std::string CreateBatchSimulationString(
32  SimulationBatchGeneratorParameters::Pointer parameter);
33  protected:
35  virtual ~SimulationBatchGenerator();
36 
37  static std::string GetVolumeNumber(
38  SimulationBatchGeneratorParameters::Pointer parameters);
39 
40  static std::string GetOutputFolderName(
41  SimulationBatchGeneratorParameters::Pointer parameter);
42  };
43  }
44 }
45 #endif // MITKPHOTOACOUSTICSIMULATIONBATCHGENERATOR_H
DataCollection - Class to facilitate loading/accessing structured data.
#define MITKPHOTOACOUSTICSLIB_EXPORT