Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitk::ToFDeviceFactoryManager Class Reference

ToFDeviceListener. More...

#include <mitkToFDeviceFactoryManager.h>

Inheritance diagram for mitk::ToFDeviceFactoryManager:
Collaboration diagram for mitk::ToFDeviceFactoryManager:

Public Member Functions

 mitkClassMacroItkParent (ToFDeviceFactoryManager, itk::Object)
 
Pointer Clone () const
 
std::vector< std::string > GetRegisteredDeviceFactories ()
 
std::vector< std::string > GetConnectedDevices ()
 
ToFCameraDeviceGetInstanceOfDevice (int index)
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

 ToFDeviceFactoryManager ()
 
 ~ToFDeviceFactoryManager ()
 

Protected Attributes

std::vector< std::string > m_RegisteredFactoryNames
 
std::vector< us::ServiceReference< IToFDeviceFactory > > m_RegisteredFactoryRefs
 

Detailed Description

ToFDeviceListener.

Definition at line 34 of file mitkToFDeviceFactoryManager.h.

Constructor & Destructor Documentation

mitk::ToFDeviceFactoryManager::ToFDeviceFactoryManager ( )
protected
mitk::ToFDeviceFactoryManager::~ToFDeviceFactoryManager ( )
protected

Definition at line 35 of file mitkToFDeviceFactoryManager.cpp.

Member Function Documentation

Pointer mitk::ToFDeviceFactoryManager::Clone ( ) const
std::vector< std::string > mitk::ToFDeviceFactoryManager::GetConnectedDevices ( )

Definition at line 59 of file mitkToFDeviceFactoryManager.cpp.

References us::GetModuleContext(), and MITK_ERROR.

ToFCameraDevice * mitk::ToFDeviceFactoryManager::GetInstanceOfDevice ( int  index)

Definition at line 82 of file mitkToFDeviceFactoryManager.cpp.

References us::GetModuleContext(), and MITK_ERROR.

std::vector< std::string > mitk::ToFDeviceFactoryManager::GetRegisteredDeviceFactories ( )
mitk::ToFDeviceFactoryManager::mitkClassMacroItkParent ( ToFDeviceFactoryManager  ,
itk::Object   
)
static Pointer mitk::ToFDeviceFactoryManager::New ( )
static

Member Data Documentation

std::vector<std::string> mitk::ToFDeviceFactoryManager::m_RegisteredFactoryNames
protected

Definition at line 57 of file mitkToFDeviceFactoryManager.h.

Referenced by GetRegisteredDeviceFactories().

std::vector<us::ServiceReference<IToFDeviceFactory> > mitk::ToFDeviceFactoryManager::m_RegisteredFactoryRefs
protected

Definition at line 58 of file mitkToFDeviceFactoryManager.h.

Referenced by ToFDeviceFactoryManager().


The documentation for this class was generated from the following files: