|
aimstil
5.0.5
|
#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... | |
Definition at line 1966 of file meshUtils.h.
| 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.
| [in] | cneighs | Circular neighborhoods |
| [in] | faces | Faces |
| [out] | neighborfaces | neighbor faces |