Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
Home
Manual
API Reference
Download
Bugzilla
Groups
Namespace List
Class List
File List
Examples
File List
File Members
mitkToFCameraPMDCamCubeDeviceFactory.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
#ifndef __mitkToFCameraPMDCamCubeDeviceFactory_h
17
#define __mitkToFCameraPMDCamCubeDeviceFactory_h
18
19
#include <MitkPMDExports.h>
20
#include "
mitkToFCameraPMDCamCubeDevice.h
"
21
#include "
mitkAbstractToFDeviceFactory.h
"
22
#include <
mitkCameraIntrinsics.h
>
23
#include <
mitkCameraIntrinsicsProperty.h
>
24
#include <
mitkToFConfig.h
>
25
26
// Microservices
27
#include <
usServiceRegistration.h
>
28
#include <
usModuleContext.h
>
29
#include <
usGetModuleContext.h
>
30
#include <
usModule.h
>
31
#include <
usModuleResource.h
>
32
#include <
usModuleResourceStream.h
>
33
34
namespace
mitk
35
{
43
class
MITKPMD_EXPORT
ToFCameraPMDCamCubeDeviceFactory
:
public
itk::LightObject,
public
AbstractToFDeviceFactory
{
44
45
public
:
50
ToFCameraPMDCamCubeDeviceFactory
()
51
{
52
}
58
std::string
GetFactoryName
()
59
{
60
return
std::string(
"PMD Camcube 2.0/3.0 Factory "
);
61
}
62
66
std::string
GetDeviceNamePrefix
()
67
{
68
return
std::string(
"PMD CamCube 2.0/3.0"
);
69
}
70
71
private
:
75
ToFCameraDevice::Pointer
CreateToFCameraDevice()
76
{
77
ToFCameraPMDCamCubeDevice::Pointer
device =
ToFCameraPMDCamCubeDevice::New
();
78
79
device->SetBoolProperty(
"HasRGBImage"
,
false
);
80
device->SetBoolProperty(
"HasAmplitudeImage"
,
true
);
81
device->SetBoolProperty(
"HasIntensityImage"
,
true
);
82
83
return
device.GetPointer();
84
}
85
91
us::ModuleResource
GetIntrinsicsResource()
92
{
93
us::Module
* module =
us::GetModuleContext
()->
GetModule
();
94
return
module->
GetResource
(
"CalibrationFiles/PMDCamCube3_camera.xml"
);
95
}
96
100
int
m_DeviceNumber;
101
};
102
}
103
#endif
usModuleResource.h
mitk::ToFCameraPMDCamCubeDevice::New
static Pointer New()
mitkToFCameraPMDCamCubeDevice.h
mitk::Pointer
itk::SmartPointer< Self > Pointer
Definition:
mitkRenderingManager.h:389
mitk::AbstractToFDeviceFactory
Virtual interface and base class for all Time-of-Flight device factories. The basic interface is in t...
Definition:
mitkAbstractToFDeviceFactory.h:36
mitk::ToFCameraPMDCamCubeDeviceFactory
ToFPMDCamBoardDeviceFactory is an implementation of the factory pattern to generate Cam Cube Devices...
Definition:
mitkToFCameraPMDCamCubeDeviceFactory.h:43
mitk
DataCollection - Class to facilitate loading/accessing structured data.
Definition:
GeometryOverview.dox:1
mitkCameraIntrinsics.h
usModuleResourceStream.h
us::ModuleResource
Definition:
usModuleResource.h:55
mitkToFConfig.h
mitk::ToFCameraPMDCamCubeDeviceFactory::GetDeviceNamePrefix
std::string GetDeviceNamePrefix()
GetDeviceNamePrefix Main part of the device name.
Definition:
mitkToFCameraPMDCamCubeDeviceFactory.h:66
ModuleContext::GetModule
Module * GetModule() const
Definition:
usModuleContext.cpp:56
usServiceRegistration.h
usModule.h
mitkCameraIntrinsicsProperty.h
us::Module
Definition:
usModule.h:78
mitk::ToFCameraPMDCamCubeDeviceFactory::GetFactoryName
std::string GetFactoryName()
GetCurrentDeviceName Get the name of the current Cam Cube. First device is named "PMD CamCube 2...
Definition:
mitkToFCameraPMDCamCubeDeviceFactory.h:58
mitkAbstractToFDeviceFactory.h
mitk::ToFCameraPMDCamCubeDeviceFactory::ToFCameraPMDCamCubeDeviceFactory
ToFCameraPMDCamCubeDeviceFactory()
ToFCameraPMDCamCubeDeviceFactory Default contructor. This factory internally counts all Cam Cube devi...
Definition:
mitkToFCameraPMDCamCubeDeviceFactory.h:50
us::Module::GetResource
ModuleResource GetResource(const std::string &path) const
Definition:
usModule.cpp:267
usGetModuleContext.h
us::GetModuleContext
static ModuleContext * GetModuleContext()
Returns the module context of the calling module.
Definition:
usGetModuleContext.h:50
usModuleContext.h
git
MITK
Modules
ToFHardware
PMD
mitkToFCameraPMDCamCubeDeviceFactory.h
Generated on Fri Feb 3 2017 20:52:10 for Medical Imaging Interaction Toolkit by
1.8.9.1