ug4
gather_grid.h File Reference

Go to the source code of this file.

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...