MEPP2 Project
Functions
FEVV::FaceIndicesUtils Namespace Reference

Functions

template<typename IndexType >
bool are_all_face_indices_unique (const std::vector< IndexType > &in_face_indices)
 
template<typename IndexType >
void lines_indices_to_segments_indices (std::vector< std::vector< IndexType > > &in_out_lines_indices)
 
template<typename IndexType >
void 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)
 

Function Documentation

◆ are_all_face_indices_unique()

template<typename IndexType >
bool FEVV::FaceIndicesUtils::are_all_face_indices_unique ( const std::vector< IndexType > &  in_face_indices)

Definition at line 22 of file FaceIndicesUtilities.h.

◆ face_indices_to_face_and_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 
)

Definition at line 71 of file FaceIndicesUtilities.h.

Here is the caller graph for this function:

◆ lines_indices_to_segments_indices()

template<typename IndexType >
void FEVV::FaceIndicesUtils::lines_indices_to_segments_indices ( std::vector< std::vector< IndexType > > &  in_out_lines_indices)

Definition at line 30 of file FaceIndicesUtilities.h.

Here is the caller graph for this function: