Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
mitkUSTelemedProbe.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,
6 Division of Medical and Biological Informatics.
7 All rights reserved.
8 
9 This software is distributed WITHOUT ANY WARRANTY; without
10 even the implied warranty of MERCHANTABILITY or FITNESS FOR
11 A PARTICULAR PURPOSE.
12 
13 See LICENSE.txt or http://www.mitk.org for details.
14 
15 ===================================================================*/
16 
17 #ifndef MITKUSTelemedProbe_H_HEADER_INCLUDED_
18 #define MITKUSTelemedProbe_H_HEADER_INCLUDED_
19 
20 #include "mitkUSProbe.h"
21 
22 namespace Usgfw2Lib {
23  struct IProbe;
24  struct IUsgDataView;
25 }
26 
27 namespace mitk
28 {
36  class USTelemedProbe : public USProbe
37  {
38  public:
40  mitkNewMacro2Param(Self, Usgfw2Lib::IProbe*, Usgfw2Lib::IUsgDataView*);
41 
46  Usgfw2Lib::IProbe* GetUsgProbe();
47 
52  Usgfw2Lib::IUsgDataView* GetUsgDataView();
53 
54  protected:
61  USTelemedProbe(Usgfw2Lib::IProbe* probe, Usgfw2Lib::IUsgDataView* dataView);
62  virtual ~USTelemedProbe();
63 
64  Usgfw2Lib::IProbe* m_UsgProbe;
65  Usgfw2Lib::IUsgDataView* m_UsgDataView;
66  };
67 } // namespace mitk
68 
69 #endif // MITKUSTelemedProbe_H_HEADER_INCLUDED_
mitkNewMacro2Param(Self, Usgfw2Lib::IProbe *, Usgfw2Lib::IUsgDataView *)
mitkClassMacro(USTelemedProbe, USProbe)
Usgfw2Lib::IUsgDataView * GetUsgDataView()
Specialized mitk::USProbe for handling Telemed API probe objects. It encapsulates a probe object from...
DataCollection - Class to facilitate loading/accessing structured data.
Usgfw2Lib::IProbe * GetUsgProbe()
Usgfw2Lib::IUsgDataView * m_UsgDataView
USTelemedProbe(Usgfw2Lib::IProbe *probe, Usgfw2Lib::IUsgDataView *dataView)
Right now, the US Probe is only a fancy name for a string. Later, it could handle probe specific para...
Definition: mitkUSProbe.h:34
Usgfw2Lib::IProbe * m_UsgProbe