Loading [MathJax]/extensions/tex2jax.js
ug4
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
distribution.h File Reference

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.