Version: 6.3.1
Public Member Functions | Data Fields

SMESH_ElementSearcherImpl.TFaceLink Struct Reference

< link and faces sharing it (used in findOuterBoundary()) More...

Public Member Functions

 TFaceLink (const SMDS_MeshNode *n1, const SMDS_MeshNode *n2, const SMDS_MeshElement *face)

Data Fields

SMESH_TLink _link
TIDSortedElemSet _faces

Detailed Description

< link and faces sharing it (used in findOuterBoundary())

Definition at line 6519 of file SMESH_MeshEditor.cxx.


Constructor & Destructor Documentation

SMESH_ElementSearcherImpl.TFaceLink.TFaceLink ( const SMDS_MeshNode n1,
const SMDS_MeshNode n2,
const SMDS_MeshElement face 
)

Definition at line 6523 of file SMESH_MeshEditor.cxx.

      : _link( n1, n2 ), _faces( &face, &face + 1) {}

Field Documentation

Definition at line 6522 of file SMESH_MeshEditor.cxx.

Definition at line 6521 of file SMESH_MeshEditor.cxx.

Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS