#include <PCDLoaderService_impl.h>
Public Member Functions | |
::CORBA::Boolean | load (const char *filename, const char *label) |
PCDLoaderService_impl () | |
constructor | |
void | setComp (PCDLoader *i_comp) |
virtual | ~PCDLoaderService_impl () |
destructor | |
Private Attributes | |
PCDLoader * | m_comp |
Definition at line 8 of file PCDLoaderService_impl.h.
constructor
Definition at line 4 of file PCDLoaderService_impl.cpp.
PCDLoaderService_impl::~PCDLoaderService_impl | ( | ) | [virtual] |
destructor
Definition at line 8 of file PCDLoaderService_impl.cpp.
CORBA::Boolean PCDLoaderService_impl::load | ( | const char * | filename, |
const char * | label | ||
) |
Definition at line 18 of file PCDLoaderService_impl.cpp.
void PCDLoaderService_impl::setComp | ( | PCDLoader * | i_comp | ) |
Definition at line 13 of file PCDLoaderService_impl.cpp.
PCDLoader* PCDLoaderService_impl::m_comp [private] |
Definition at line 27 of file PCDLoaderService_impl.h.