iMSTK
Interactive Medical Simulation Toolkit
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>
13 {
14  return std::shared_ptr<MouseDeviceClient>(new MouseDeviceClient());
15 }
16 } // namespace imstk
Compound Geometry.
static std::shared_ptr< MouseDeviceClient > New()