Line.cpp
Go to the documentation of this file.
1
#include "
Line.h
"
2
3
#include <ArmarXCore/interface/core/BasicVectorTypesHelpers.h>
4
5
namespace
armarx::viz
6
{
7
Line
&
8
Line::lineWidth(
float
w)
9
{
10
data_
->lineWidth = w;
11
12
return
*
this
;
13
}
14
15
Line
&
16
Line::fromTo(Eigen::Vector3f from, Eigen::Vector3f to)
17
{
18
data_
->from = ToBasicVectorType(from);
19
data_
->to = ToBasicVectorType(to);
20
21
return
*
this
;
22
}
23
}
// namespace armarx::viz
Line.h
armarx::viz::ElementOps< Line, data::ElementLine >::data_
IceInternal::Handle< data::ElementLine > data_
Definition
ElementOps.h:315
armarx::viz::Line
Definition
Line.h:30
armarx::viz
This file is part of ArmarX.
Definition
ArVizStorage.cpp:423
RobotAPI
components
ArViz
Client
elements
Line.cpp
Generated by
1.13.2