Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
rtc
VirtualCamera
VirtualCamera/RTCGLbody.h
Go to the documentation of this file.
1
#ifndef __RTCGLBODY_H__
2
#define __RTCGLBODY_H__
3
4
#include <rtm/idl/BasicDataType.hh>
5
#include <rtm/idl/ExtendedDataTypes.hh>
6
#include <
rtm/DataInPort.h
>
7
#include <rtm/idl/BasicDataTypeSkel.h>
8
#include <rtm/idl/ExtendedDataTypesSkel.h>
9
10
class
GLbody
;
11
namespace
RTC
12
{
13
class
DataFlowComponentBase;
14
};
15
16
class
RTCGLbody
17
{
18
public
:
19
RTCGLbody
(
GLbody
*i_body,
RTC::DataFlowComponentBase
*comp);
20
void
input();
21
GLbody
*
body
() {
return
m_body; }
22
private
:
23
GLbody
*m_body;
24
RTC::TimedDoubleSeq m_q;
25
RTC::TimedPoint3D m_pos;
26
RTC::TimedOrientation3D m_rpy;
27
RTC::TimedPose3D
m_poseBase
;
28
29
RTC::InPort<RTC::TimedDoubleSeq>
m_qIn;
30
RTC::InPort<RTC::TimedPoint3D>
m_posIn;
31
RTC::InPort<RTC::TimedOrientation3D>
m_rpyIn;
32
RTC::InPort<RTC::TimedPose3D>
m_poseBaseIn
;
33
};
34
#endif
RTCGLbody
Definition:
Viewer/RTCGLbody.h:16
RTC
RTCGLbody::m_poseBaseIn
RTC::InPort< RTC::TimedPose3D > m_poseBaseIn
Definition:
VirtualCamera/RTCGLbody.h:32
RTC::DataFlowComponentBase
RTCGLbody::m_poseBase
RTC::TimedPose3D m_poseBase
Definition:
VirtualCamera/RTCGLbody.h:27
GLbody
Definition:
GLbody.h:11
DataInPort.h
RTC::InPort< RTC::TimedDoubleSeq >
RTCGLbody::body
GLbody * body()
Definition:
VirtualCamera/RTCGLbody.h:21
hrpsys
Author(s): AIST, Fumio Kanehiro
autogenerated on Thu May 6 2021 02:41:51