aimstil  5.0.5
til::Neighboring_faces< T > Class Template Reference

#include <cathier/meshUtils.h>

Classes

struct  InconsistentArguments
 

Public Member Functions

void operator() (std::vector< std::vector< T > > const &cneighs, std::vector< til::numeric_array< T, 3 > > const &faces, std::vector< std::vector< T > > &neighborfaces)
 Computes the index of the neighboring faces. More...
 

Detailed Description

template<typename T>
class til::Neighboring_faces< T >

Definition at line 1966 of file meshUtils.h.

Member Function Documentation

◆ operator()()

template<typename T >
void til::Neighboring_faces< T >::operator() ( std::vector< std::vector< T > > const &  cneighs,
std::vector< til::numeric_array< T, 3 > > const &  faces,
std::vector< std::vector< T > > &  neighborfaces 
)

Computes the index of the neighboring faces.

The neighboring faces follow the same order than the neighbors, i.e. the first face corresponds to the first two neighbors, etc.

Parameters
[in]cneighsCircular neighborhoods
[in]facesFaces
[out]neighborfacesneighbor faces

The documentation for this class was generated from the following file: