fw4spl
ILocation.cpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2015.
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 "fwData/location/ILocation.hpp"
8 
9 namespace fwData
10 {
11 namespace location
12 {
13 
14 //------------------------------------------------------------------------------
15 
17 {
18 }
19 
20 //------------------------------------------------------------------------------
21 
23 {
24 }
25 
26 //------------------------------------------------------------------------------
27 
28 }
29 }
FWDATA_API ILocation()
Constructor : cannot be instantiated but derivated class OK.
Definition: ILocation.cpp:16
virtual FWDATA_API ~ILocation()
Destructor.
Definition: ILocation.cpp:22
Contains the representation of the data objects used in the framework.