#include <GeomMeshMatcher.h>
|
std::vector< Pair< GVertex *, GVertex * > > * | matchVertices (GModel *m1, GModel *m2, bool &ok) |
|
std::vector< Pair< GEdge *, GEdge * > > * | matchEdges (GModel *m1, GModel *m2, std::vector< Pair< GVertex *, GVertex * > > *coresp_v, bool &ok) |
|
std::vector< Pair< GFace *, GFace * > > * | matchFaces (GModel *m1, GModel *m2, std::vector< Pair< GEdge *, GEdge * > > *coresp_e, bool &ok) |
|
std::vector< Pair< GRegion *, GRegion * > > * | matchRegions (GModel *m1, GModel *m2, std::vector< Pair< GFace *, GFace * > > *coresp_f, bool &ok) |
|
| GeomMeshMatcher () |
|
| ~GeomMeshMatcher () |
|
Definition at line 21 of file GeomMeshMatcher.h.
◆ GeomMeshMatcher()
GeomMeshMatcher::GeomMeshMatcher |
( |
| ) |
|
|
inlineprivate |
◆ ~GeomMeshMatcher()
GeomMeshMatcher::~GeomMeshMatcher |
( |
| ) |
|
|
inlineprivate |
◆ destroy()
void GeomMeshMatcher::destroy |
( |
| ) |
|
|
static |
◆ forceTomatch()
int GeomMeshMatcher::forceTomatch |
( |
GModel * |
geom, |
|
|
GModel * |
mesh, |
|
|
const double |
TOL |
|
) |
| |
◆ instance()
◆ match()
◆ matchEdges()
◆ matchFaces()
◆ matchRegions()
◆ matchVertices()
◆ _gmm_instance
The documentation for this class was generated from the following files: