#include "mitkKinectV2Controller.h"
#include <Kinect.h>
#include <vtkPolyData.h>
#include <vtkCellArray.h>
#include <vtkPoints.h>
#include <vtkSmartPointer.h>
#include <vtkFloatArray.h>
#include <vtkPointData.h>
#include <vtkMath.h>
#include <mitkVector.h>
Go to the source code of this file.
|
namespace | mitk |
| IGT Exceptions.
|
|
|
template<class Interface > |
void | SafeRelease (Interface *&pInterfaceToRelease) |
|
◆ SafeRelease()
template<class Interface >
void SafeRelease |
( |
Interface *& | pInterfaceToRelease | ) |
|
|
inline |