iMSTK
Interactive Medical Simulation Toolkit
Source
Devices
imstkMouseDeviceClient.cpp
1
/*
2
** This file is part of the Interactive Medical Simulation Toolkit (iMSTK)
3
** iMSTK is distributed under the Apache License, Version 2.0.
4
** See accompanying NOTICE for details.
5
*/
6
7
#include "imstkMouseDeviceClient.h"
8
9
namespace
imstk
10
{
11
std::shared_ptr<MouseDeviceClient>
12
MouseDeviceClient::New
()
13
{
14
return
std::shared_ptr<MouseDeviceClient>(
new
MouseDeviceClient
());
15
}
16
}
// namespace imstk
imstk
Compound Geometry.
Definition:
OctreeDebugModel.cpp:10
imstk::MouseDeviceClient::MouseDeviceClient
MouseDeviceClient()
Definition:
imstkMouseDeviceClient.h:66
imstk::MouseDeviceClient::New
static std::shared_ptr< MouseDeviceClient > New()
Definition:
imstkMouseDeviceClient.cpp:12
Generated by
1.8.13