Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkUSControlInterfaceProbes.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 MITKUSControlInterfaceProbes_H_HEADER_INCLUDED_
18 #define MITKUSControlInterfaceProbes_H_HEADER_INCLUDED_
19 
21 #include "mitkUSProbe.h"
22 
23 namespace mitk {
35 {
36 public:
38 
42  virtual std::vector<USProbe::Pointer> GetProbeSet( ) = 0;
43 
54  void SelectProbe( unsigned int index );
55 
65  void SelectProbe( USProbe::Pointer probe );
66 
74  virtual void OnSelectProbe( unsigned int index ) = 0;
75 
83  virtual void OnSelectProbe( USProbe::Pointer probe ) = 0;
84 
88  virtual USProbe::Pointer GetSelectedProbe() = 0;
89 
93  virtual unsigned int GetProbesCount( ) const = 0;
94 
95 protected:
97  virtual ~USControlInterfaceProbes( );
98 };
99 } // namespace mitk
100 
101 #endif // MITKUSControlInterfaceProbes_H_HEADER_INCLUDED_
Superclass for all ultrasound device control interfaces. Defines an interface for activating and deac...
itk::SmartPointer< Self > Pointer
Interface defining methods for probe selection of ultrasound devices. It consists of methods for gett...
DataCollection - Class to facilitate loading/accessing structured data.
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:44