|
ug4
|
#include "lib_grid/tools/selector_grid.h"#include "lib_grid/algorithms/serialization.h"#include "pcl/pcl_process_communicator.h"Go to the source code of this file.
Namespaces | |
| namespace | 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'. | |
| 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'. | |