#include "imesh_face.h"
Go to the source code of this file.
Functions | |
vcl_auto_ptr < imesh_face_array_base > | imesh_merge (const imesh_face_array_base &f1, const imesh_face_array_base &f2, unsigned int ind_shift) |
Merge the two face arrays. |
Definition in file imesh_face.cxx.
vcl_auto_ptr<imesh_face_array_base> imesh_merge | ( | const imesh_face_array_base & | f1, |
const imesh_face_array_base & | f2, | ||
unsigned int | ind_shift = 0 |
||
) |
Merge the two face arrays.
Shift the mesh indices in
f2 | by |
ind_shift |
Definition at line 113 of file imesh_face.cxx.