Home
last modified time | relevance | path

Searched refs:Meshing2OCCSurfaces (Results 1 – 6 of 6) sorted by relevance

/dports/cad/netgen/netgen-6.2.2105/libsrc/occ/
H A Doccmeshsurf.cpp487 Meshing2OCCSurfaces :: Meshing2OCCSurfaces (const NetgenGeometry& geo, in Meshing2OCCSurfaces() function in netgen::Meshing2OCCSurfaces
498 void Meshing2OCCSurfaces :: DefineTransformation (const Point<3> & p1, const Point<3> & p2, in DefineTransformation()
505 void Meshing2OCCSurfaces :: TransformToPlain (const Point<3>& locpoint, in TransformToPlain()
513 int Meshing2OCCSurfaces :: TransformFromPlain (const Point<2> & planepoint, in TransformFromPlain()
524 double Meshing2OCCSurfaces :: CalcLocalH (const Point<3> & p, double gh) const in CalcLocalH()
H A Doccmeshsurf.hpp108 class Meshing2OCCSurfaces : public Meshing2 class
116 Meshing2OCCSurfaces (const NetgenGeometry& geo,
H A Doccgenmesh.cpp746 Meshing2OCCSurfaces meshing(geom, TopoDS::Face(geom.fmap(k)), bb, projecttype, mparam); in OCCMeshSurface()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/occ/
H A Doccmeshsurf.cpp378 Meshing2OCCSurfaces :: Meshing2OCCSurfaces (const TopoDS_Shape & asurf, in Meshing2OCCSurfaces() function in netgen::Meshing2OCCSurfaces
386 void Meshing2OCCSurfaces :: DefineTransformation (const Point3d & p1, const Point3d & p2, in DefineTransformation()
393 void Meshing2OCCSurfaces :: TransformToPlain (const Point3d & locpoint, in TransformToPlain()
404 int Meshing2OCCSurfaces :: TransformFromPlain (Point2d & planepoint, in TransformFromPlain()
418 double Meshing2OCCSurfaces :: CalcLocalH (const Point3d & p, double gh) const in CalcLocalH()
H A Doccmeshsurf.hpp106 class Meshing2OCCSurfaces : public Meshing2 class
114 Meshing2OCCSurfaces (const TopoDS_Shape & asurf, const Box<3> & aboundingbox, int aprojecttype);
H A Doccgenmesh.cpp660 Meshing2OCCSurfaces meshing(TopoDS::Face(geom.fmap(k)), bb, projecttype); in OCCMeshSurface()