|
ug4
|
#include <iostream>#include <string>#include "registry/registry.h"#include "bridge/bridge.h"#include "pcl/pcl.h"Namespaces | |
| namespace | ug |
| the ug namespace | |
| namespace | ug::bridge |
Functions | |
| template<typename T > | |
| static T | ug::bridge::ParallelMax (T t) |
| template<typename T > | |
| static T | ug::bridge::ParallelMin (T t) |
| template<typename T > | |
| static T | ug::bridge::ParallelSum (T t) |
| template<typename T > | |
| static vector< T > | ug::bridge::ParallelVecMax (const vector< T > &t) |
| template<typename T > | |
| static vector< T > | ug::bridge::ParallelVecMin (const vector< T > &t) |
| template<typename T > | |
| static vector< T > | ug::bridge::ParallelVecSum (const vector< T > &t) |
| static bool | ug::bridge::PclAllProcsTrue (bool bTrue) |
| static void | ug::bridge::PclDebugBarrierAll () |
| static bool | ug::bridge::PclDebugBarrierEnabled () |
| void | ug::bridge::RegisterBridge_PCL (Registry ®, string parentGroup) |