|
ug4
|
#include "common/common.h"#include <vector>#include <iomanip>#include "pcl/pcl.h"#include "parallel_index_layout.h"#include "common/util/string_util.h"Namespaces | |
| namespace | ug |
| the ug namespace | |
Functions | |
| void | ug::AddAllFromInterface (std::set< size_t > &s, const IndexLayout::Interface &interface) |
| void | ug::AddAllFromLayout (std::set< size_t > &s, const IndexLayout &layout) |
| void | ug::LogIndexLayout (IndexLayout &layout, int depth=0) |
| Logs the internals of an index layout. | |
| void | ug::LogIndexLayoutOnAllProcs (IndexLayout &layout, int depth=0) |
| logs index infos for all procs successively | |
| void | ug::MarkAllFromInterface (std::vector< bool > &mark, const IndexLayout::Interface &interface) |
| void | ug::MarkAllFromLayout (std::vector< bool > &mark, const IndexLayout &layout) |
| std::ostream & | ug::operator<< (std::ostream &out, const IndexLayout &layout) |
| void | ug::ReplaceIndicesInLayout (IndexLayout &layout, const std::vector< int > &vMap) |
| replaces the indices in the layout based on a passed mapping | |