Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
mitkPATissueGenerator.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 mitkPhotoacousticTissueGenerator_h
14 #define mitkPhotoacousticTissueGenerator_h
15 
16 #include <mitkBaseData.h>
17 #include <vector>
18 #include <random>
19 #include <chrono>
20 
23 
24 #include "mitkPAVesselTree.h"
26 
27 #include "mitkCommon.h"
28 
29 namespace mitk {
30  namespace pa {
32  {
33  public:
34 
40  static InSilicoTissueVolume::Pointer GenerateInSilicoData(TissueGeneratorParameters::Pointer parameters);
41 
42  private:
44  virtual ~InSilicoTissueGenerator();
45  };
46  }
47 }
48 #endif
DataCollection - Class to facilitate loading/accessing structured data.
#define MITKPHOTOACOUSTICSLIB_EXPORT