#include "StdMeshers_MEFISTO_2D.hxx"#include "SMDS_EdgePosition.hxx"#include "SMDS_MeshElement.hxx"#include "SMDS_MeshNode.hxx"#include "SMESHDS_Mesh.hxx"#include "SMESH_Comment.hxx"#include "SMESH_Gen.hxx"#include "SMESH_Mesh.hxx"#include "SMESH_MesherHelper.hxx"#include "SMESH_subMesh.hxx"#include "StdMeshers_FaceSide.hxx"#include "StdMeshers_LengthFromEdges.hxx"#include "StdMeshers_MaxElementArea.hxx"#include "StdMeshers_ViscousLayers2D.hxx"#include "utilities.h"#include "Rn.h"#include "aptrte.h"#include <BRepGProp.hxx>#include <BRepTools.hxx>#include <BRep_Tool.hxx>#include <GProp_GProps.hxx>#include <Geom2d_Curve.hxx>#include <Geom_Curve.hxx>#include <Geom_Surface.hxx>#include <Precision.hxx>#include <TopExp.hxx>#include <TopExp_Explorer.hxx>#include <TopTools_ListIteratorOfListOfShape.hxx>#include <TopTools_ListOfShape.hxx>#include <TopTools_MapOfShape.hxx>#include <TopoDS.hxx>#include <TopoDS_Edge.hxx>#include <TopoDS_Face.hxx>#include <TopoDS_Iterator.hxx>#include <TopoDS_Wire.hxx>#include <gp_Pnt2d.hxx>
Functions | |
| static bool | fixOverlappedLinkUV (R2 &uv0, const R2 &uv1, const R2 &uv2) |
| static bool | fixCommonVertexUV (R2 &theUV, const TopoDS_Vertex &theV, const TopoDS_Face &theF, const TopTools_IndexedDataMapOfShapeListOfShape &theVWMap, SMESH_Mesh &theMesh, const double theScaleX, const double theScaleY, const bool theCreateQuadratic) |
|
static |
References Edge, fixOverlappedLinkUV(), SMDS_MeshNode::GetPosition(), SMDS_EdgePosition::GetUParameter(), Handle(), SMESH_MesherHelper::IsMedium(), MESSAGE, SMDSAbs_Edge, R2::x, and R2::y.
Referenced by StdMeshers_MEFISTO_2D::LoadPoints().
References if(), MESSAGE, R2::x, and R2::y.
Referenced by fixCommonVertexUV(), and StdMeshers_MEFISTO_2D::LoadPoints().