|
ug4
|
#include <vector>#include "lib_grid/lg_base.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 | |
Enumerations | |
| enum | ug::InterfaceStates { ug::IS_UNASSIGNED = 0 , ug::IS_NORMAL = 1 , ug::IS_VMASTER = 1<<1 , ug::IS_VSLAVE = 1<<2 , ug::IS_DUMMY = 1<<3 , ug::HAS_PARENT = 1<<4 } |
Functions | |
| bool | ug::DistributeGrid (MultiGrid &mg, SubsetHandler &shPartition, GridDataSerializationHandler &serializer, bool createVerticalInterfaces, const std::vector< int > *processMap=NULL, const pcl::ProcessCommunicator &procComm=pcl::ProcessCommunicator()) |
| distributes/redistributes parts of possibly distributed grids. | |