fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
amp/src/fwDataCamp/Line.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 <fwCamp/UserObject.hpp>
8
#include "fwDataCamp/Line.hpp"
9
10
11
fwCampImplementDataMacro((
fwData
)(Line))
12
{
13
builder
14
.tag(
"object_version"
,
"1"
)
15
.tag(
"lib_name"
,
"fwData"
)
16
.property(
"position"
, &::
fwData::Line::m_position
)
17
.property(
"direction"
, &::fwData::Line::m_direction)
18
;
19
}
fwData::Line::m_position
::fwData::Point::sptr m_position
Points container.
Definition:
include/fwData/Line.hpp:69
fwData
Contains the representation of the data objects used in the framework.
Definition:
SSliceIndexDicomEditor.hpp:27
SrcLib
core
fwDataCamp
src
fwDataCamp
Line.cpp
Generated on Wed Sep 5 2018 12:47:54 for fw4spl by
1.8.11