Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
rtc
PCDLoader
PCDLoaderService_impl.cpp
Go to the documentation of this file.
1
#include "
PCDLoaderService_impl.h
"
2
#include "
PCDLoader.h
"
3
4
PCDLoaderService_impl::PCDLoaderService_impl
() : m_comp(NULL)
5
{
6
}
7
8
PCDLoaderService_impl::~PCDLoaderService_impl
()
9
{
10
}
11
12
13
void
PCDLoaderService_impl::setComp
(
PCDLoader
*i_comp)
14
{
15
m_comp
= i_comp;
16
}
17
18
::CORBA::Boolean
PCDLoaderService_impl::load
(
const
char
* filename,
const
char
* label)
19
{
20
return
m_comp
->
load
(filename, label);
21
}
PCDLoader.h
PCD file loader.
PCDLoaderService_impl::~PCDLoaderService_impl
virtual ~PCDLoaderService_impl()
destructor
Definition:
PCDLoaderService_impl.cpp:8
PCDLoaderService_impl::load
::CORBA::Boolean load(const char *filename, const char *label)
Definition:
PCDLoaderService_impl.cpp:18
PCDLoaderService_impl.h
PCDLoader
sample RT component which has one data input port and one data output port
Definition:
PCDLoader.h:42
PCDLoaderService_impl::setComp
void setComp(PCDLoader *i_comp)
Definition:
PCDLoaderService_impl.cpp:13
PCDLoaderService_impl::PCDLoaderService_impl
PCDLoaderService_impl()
constructor
Definition:
PCDLoaderService_impl.cpp:4
PCDLoaderService_impl::m_comp
PCDLoader * m_comp
Definition:
PCDLoaderService_impl.h:27
PCDLoader::load
bool load(const std::string &filename, const std::string &label)
Definition:
PCDLoader.cpp:363
hrpsys
Author(s): AIST, Fumio Kanehiro
autogenerated on Thu May 6 2021 02:41:50