Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
mitkUSDiPhASProbe.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 MITKUSDiPhASProbe_H_HEADER_INCLUDED_
14 #define MITKUSDiPhASProbe_H_HEADER_INCLUDED_
15 
16 #include "mitkUSProbe.h"
17 
18 namespace mitk
19 {
27  class USDiPhASProbe : public USProbe
28  {
29  public:
31  mitkNewMacro1Param(Self, std::string);
32 
33  protected:
40  USDiPhASProbe(std::string ProbeName);
41  virtual ~USDiPhASProbe();
42 
43  };
44 } // namespace mitk
45 
46 #endif // MITKUSDiPhASProbe_H_HEADER_INCLUDED_
DataCollection - Class to facilitate loading/accessing structured data.
Right now, the US Probe is only a fancy name for a string. Later, it could handle probe specific para...
Definition: mitkUSProbe.h:30
USDiPhASProbe(std::string ProbeName)
Specialized mitk::USProbe for handling DiPhAS API probe objects. It encapsulates a probe object from ...
mitkNewMacro1Param(Self, std::string)
mitkClassMacro(USDiPhASProbe, USProbe)