|
MEPP2 Project
|
#include <vector>#include <set>#include <stdexcept>#include <algorithm>

Go to the source code of this file.
Namespaces | |
| FEVV | |
| Interfaces for plugins These interfaces will be used for different plugins. | |
| FEVV::FaceIndicesUtils | |
Functions | |
| template<typename IndexType > | |
| bool | FEVV::FaceIndicesUtils::are_all_face_indices_unique (const std::vector< IndexType > &in_face_indices) |
| template<typename IndexType > | |
| void | FEVV::FaceIndicesUtils::lines_indices_to_segments_indices (std::vector< std::vector< IndexType > > &in_out_lines_indices) |
| template<typename IndexType > | |
| void | FEVV::FaceIndicesUtils::face_indices_to_face_and_lines_indices (const std::vector< IndexType > &in_face_indices, std::vector< IndexType > &out_face_indices, std::vector< std::vector< IndexType > > &out_lines_indices) |