ug4
parallel_index_layout.cpp File Reference
#include "common/common.h"
#include <vector>
#include <iomanip>
#include "pcl/pcl.h"
#include "parallel_index_layout.h"
#include "common/util/string_util.h"

Namespaces

 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. More...
 
void ug::LogIndexLayoutOnAllProcs (IndexLayout &layout, int depth=0)
 logs index infos for all procs successively More...
 
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 More...