#include <PortHandler.h>
Public Member Functions | |
PointCloudPortHandler (RTC::DataFlowComponentBase *i_rtc, const char *i_portName, hrp::VisionSensor *i_sensor) | |
void | update (double time) |
Private Attributes | |
std::string | m_pcFormat |
Definition at line 321 of file PortHandler.h.
PointCloudPortHandler::PointCloudPortHandler | ( | RTC::DataFlowComponentBase * | i_rtc, |
const char * | i_portName, | ||
hrp::VisionSensor * | i_sensor | ||
) |
Definition at line 342 of file PortHandler.cpp.
void PointCloudPortHandler::update | ( | double | time | ) | [virtual] |
Implements OutPortHandlerBase.
Definition at line 406 of file PortHandler.cpp.
std::string PointCloudPortHandler::m_pcFormat [private] |
Definition at line 330 of file PortHandler.h.