#include <Basics_OCCTVersion.hxx>
#include "SMESH_Utils.hxx"
#include "SMDS_SetIterator.hxx"
#include "SMDS_MeshNode.hxx"
#include <smIdType.hxx>
#include <gp_XYZ.hxx>
#include <gp_XY.hxx>
#include <NCollection_Sequence.hxx>
#include <map>
#include <list>
#include <set>
#include <cassert>
#include <boost/make_shared.hpp>
Go to the source code of this file.
|
| typedef std::map< const SMDS_MeshElement *, std::list< const SMDS_MeshElement * >, TIDCompare > | TElemOfElemListMap |
| |
| typedef std::map< const SMDS_MeshElement *, std::list< const SMDS_MeshNode * >, TIDCompare > | TElemOfNodeListMap |
| |
| typedef std::map< const SMDS_MeshNode *, const SMDS_MeshNode *, TIDCompare > | TNodeNodeMap |
| | Set of elements sorted by ID, to be used to assure predictability of edition. More...
|
| |
| typedef std::set< const SMDS_MeshElement *, TIDCompare > | TIDSortedElemSet |
| |
| typedef std::set< const SMDS_MeshNode *, TIDCompare > | TIDSortedNodeSet |
| |
| typedef std::pair< const SMDS_MeshNode *, const SMDS_MeshNode * > | NLink |
| |
| typedef boost::shared_ptr< FaceQuadStruct > | TFaceQuadStructPtr |
| |
| typedef SMESH_TLink | SMESH_Link |
| |
| typedef SMESH_TNodeXYZ | SMESH_NodeXYZ |
| |
| typedef struct uvPtStruct | UVPtStruct |
| | Data of a node generated on FACE boundary. More...
|
| |
| typedef std::vector< UVPtStruct > | UVPtStructVec |
| |
| typedef std::vector< const SMDS_MeshElement * > | SMESH_SequenceOfElemPtr |
| |
| typedef const SMDS_MeshNode * | SMDS_MeshNodePtr |
| |
| typedef NCollection_Sequence< SMDS_MeshNodePtr > | SMESH_SequenceOfNode |
| |
◆ NLink
◆ SMDS_MeshNodePtr
◆ SMESH_Link
◆ SMESH_NodeXYZ
◆ SMESH_SequenceOfElemPtr
◆ SMESH_SequenceOfNode
◆ TElemOfElemListMap
◆ TElemOfNodeListMap
◆ TFaceQuadStructPtr
◆ TIDSortedElemSet
◆ TIDSortedNodeSet
◆ TNodeNodeMap
Set of elements sorted by ID, to be used to assure predictability of edition.
◆ UVPtStruct
Data of a node generated on FACE boundary.
◆ UVPtStructVec