fw4spl
PickingInfo.cpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2015-2016.
3  * Distributed under the terms of the GNU Lesser General Public License (LGPL) as
4  * published by the Free Software Foundation.
5  * ****** END LICENSE BLOCK ****** */
6 
7 #include "fwDataTools/PickingInfo.hpp"
8 
9 namespace fwDataTools
10 {
11 
12 PickingInfo::PickingInfo()
13 {
14  m_worldPos[0] = 0.;
15  m_worldPos[1] = 0.;
16  m_worldPos[2] = 0.;
17 
18 }
19 
20 }
21 
double m_worldPos[3]
Position clicked in world coordinates.
Definition: PickingInfo.hpp:44
The namespace fwDataTools contains classes which provide helpers to manipulate fwData::Object. *.