#include <algorithm>
#include <limits>
#include <vector>
#include "lib_grid/lg_base.h"
#include "lib_grid/parallelization/distributed_grid.h"
#include "pcl/pcl_process_communicator.h"
Go to the source code of this file.
|
template<class TIterator > |
bool | ug::AssignSubsetsByQuality (Grid &grid, SubsetHandler &sh, TIterator elemsBegin, TIterator elemsEnd, std::vector< number > intervals) |
| assigns a subset based on the quality of the given element. More...
|
|
bool | ug::AssignTetrahedronAttributesByAspectRatio (Grid &grid, SubsetHandler &shVolume, AInt &aTetrahedronAspectRatioClass, std::vector< double > &offsets, Grid::VertexAttachmentAccessor< APosition > &aaPos) |
| assigns tetrahedral elements of a grid to subsets respecting their aspect ratio More...
|
|
template<class TIterator , class TAAPos > |
void | ug::PrintElementEdgeRatios (Grid &grid, TIterator elemsBegin, TIterator elemsEnd, TAAPos aaPos) |
|