ug4
gather_grid.cpp File Reference

Namespaces

 ug
 the ug namespace
 

Functions

void ug::AllGatherGrid (Grid &gridOut, Selector &sel, GridDataSerializationHandler &serializer, GridDataSerializationHandler &deserializer, const pcl::ProcessCommunicator &procCom=pcl::ProcessCommunicator())
 AllGathers selected parts of a grid into 'gridOut'. More...
 
void ug::GatherGrid (Grid &gridOut, Selector &sel, GridDataSerializationHandler &serializer, GridDataSerializationHandler &deserializer, int root, const pcl::ProcessCommunicator &procCom=pcl::ProcessCommunicator())
 Gathers selected parts of a grid into 'gridOut' on 'rootProc'. More...