Version: 8.3.0
StdMeshers_MEFISTO_2D.cxx File Reference
#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>
Include dependency graph for StdMeshers_MEFISTO_2D.cxx:

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)
 

Function Documentation

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
static bool fixOverlappedLinkUV ( R2 uv0,
const R2 uv1,
const R2 uv2 
)
static