ug4
|
holds information that will be passed to the extract routines. More...
#include <pcl_interface_communicator.h>
Public Member Functions | |
ExtractorInfo () | |
ExtractorInfo (int srcProc, CommPol *pExtractor, const Interface *pInterface, const Layout *pLayout, void *buffer, ug::BinaryBuffer *binBuffer, int rawSize) | |
Public Attributes | |
ug::BinaryBuffer * | m_binBuffer |
void * | m_buffer |
CommPol * | m_extractor |
const Interface * | m_interface |
const Layout * | m_layout |
int | m_rawSize |
int | m_srcProc |
holds information that will be passed to the extract routines.
if srcProc == -1, the layout will be used for extraction. if srcProc >= 0, either the buffer, the binaryStream or the interace will be used for extraction, depending on which is not NULL.
|
inline |
|
inline |
References pcl::NumProcs().
ug::BinaryBuffer* pcl::InterfaceCommunicator< TLayout >::ExtractorInfo::m_binBuffer |
Referenced by pcl::InterfaceCommunicator< TLayout >::wait().
void* pcl::InterfaceCommunicator< TLayout >::ExtractorInfo::m_buffer |
Referenced by pcl::InterfaceCommunicator< TLayout >::wait().
CommPol* pcl::InterfaceCommunicator< TLayout >::ExtractorInfo::m_extractor |
const Interface* pcl::InterfaceCommunicator< TLayout >::ExtractorInfo::m_interface |
const Layout* pcl::InterfaceCommunicator< TLayout >::ExtractorInfo::m_layout |
int pcl::InterfaceCommunicator< TLayout >::ExtractorInfo::m_rawSize |
int pcl::InterfaceCommunicator< TLayout >::ExtractorInfo::m_srcProc |