netgen/libsrc/csg
mhochsteger@cerbsim.com 17458889aa Change interface of LoadFromMeshFile
Fetch the first (geometry identification) token only once (and not on each try to load a different type)
2021-11-10 18:37:24 +01:00
..
algprim.cpp Add std::any to py::object caster for archive registered types 2021-09-28 22:34:11 +02:00
algprim.hpp Store Ellipsoid csg surface in mesh files 2020-01-15 15:13:08 +01:00
brick.cpp Add std::any to py::object caster for archive registered types 2021-09-28 22:34:11 +02:00
brick.hpp
bspline2d.cpp
CMakeLists.txt Fix private linking of Python 2020-12-18 11:05:10 +01:00
csg.hpp
csgeom.cpp Change interface of LoadFromMeshFile 2021-11-10 18:37:24 +01:00
csgeom.hpp csg splinecurves -> shared_ptr 2021-04-12 15:51:40 +02:00
csgparser.cpp Revolution should keep shared_ptr to splinegeo2d 2021-06-08 11:56:57 +02:00
csgparser.hpp
csgpkg.cpp
curve2d.cpp
curve2d.hpp
edgeflw.cpp using bool for in/strict-in, and more unique-ptrs 2020-10-16 10:14:50 +02:00
edgeflw.hpp
explicitcurve2d.cpp
explicitcurve2d.hpp
extrusion.cpp Add std::any to py::object caster for archive registered types 2021-09-28 22:34:11 +02:00
extrusion.hpp fix override warnings 2021-04-17 16:27:30 +02:00
gencyl.cpp
gencyl.hpp
genmesh.cpp copyable 2d rules 2021-06-21 08:36:14 +02:00
geoml.hpp
identify.cpp use relative tolerance in identifypoints 2020-12-18 15:58:51 +01:00
identify.hpp
manifold.cpp
manifold.hpp
meshsurf.cpp
meshsurf.hpp
polyhedra.cpp use VecInSolid2 in SpecialPoint analysis, VecInSolid2 return also does_intersect 2020-10-17 13:01:07 +02:00
polyhedra.hpp robust implementation of Polyhedra::VecInSolid2 2020-10-17 08:18:32 +02:00
python_csg.cpp include gzsteram.h only where needed 2021-10-21 10:25:40 +02:00
revolution.cpp Add std::any to py::object caster for archive registered types 2021-09-28 22:34:11 +02:00
revolution.hpp Revolution should keep shared_ptr to splinegeo2d 2021-06-08 11:56:57 +02:00
singularref.cpp unique-ptr for TangentialSolid 2020-10-16 09:44:11 +02:00
singularref.hpp
solid.cpp cleanup solid checks 2020-10-17 17:08:58 +02:00
solid.hpp cleanup solid checks 2020-10-17 17:08:58 +02:00
specpoin.cpp thread-safe CSG crosspoints and edges 2021-06-21 05:22:00 +02:00
specpoin.hpp improve robustness for revolution surface meshing (FindSpecialPoints) 2020-10-11 13:26:34 +02:00
spline3d.cpp
spline3d.hpp
splinesurface.cpp Add std::any to py::object caster for archive registered types 2021-09-28 22:34:11 +02:00
splinesurface.hpp
surface.cpp Add std::any to py::object caster for archive registered types 2021-09-28 22:34:11 +02:00
surface.hpp cleanup solid checks 2020-10-17 17:08:58 +02:00
triapprox.cpp
triapprox.hpp
vscsg.cpp thread-safe CSG crosspoints and edges 2021-06-21 05:22:00 +02:00
vscsg.hpp
zrefine.cpp