PrusaSlicer-NonPlainar/xs/src
2014-01-22 21:15:19 +01:00
..
admesh New TriangleMeshSlicer::cut() method 2014-01-16 11:25:26 +01:00
BoundingBox.cpp Finished porting BoundingBox to XS 2014-01-07 12:48:09 +01:00
BoundingBox.hpp Finished porting BoundingBox to XS 2014-01-07 12:48:09 +01:00
clipper.cpp Update Clipper to 6.1.2 2013-12-24 12:40:46 +01:00
clipper.hpp Update Clipper to 6.1.2 2013-12-24 12:40:46 +01:00
ClipperUtils.cpp Update Clipper to 6.1.2 2013-12-24 12:40:46 +01:00
ClipperUtils.hpp Implement modifier volumes and port _merge_loops() to XS 2014-01-07 15:40:38 +01:00
Config.cpp New erase() method for DynamicConfig objects 2014-01-22 21:15:19 +01:00
Config.hpp New erase() method for DynamicConfig objects 2014-01-22 21:15:19 +01:00
ExPolygon.cpp Fixed some obvious mistakes and applied strict type checking to SurfaceCollections too 2014-01-16 19:02:50 +01:00
ExPolygon.hpp More unfinished work 2013-11-22 02:16:10 +01:00
ExPolygonCollection.cpp Refactoring. Use Model class for representing the plate in GUI 2013-12-12 20:19:33 +01:00
ExPolygonCollection.hpp Refactoring. Use Model class for representing the plate in GUI 2013-12-12 20:19:33 +01:00
ExtrusionEntity.cpp More incomplete work for Flow/Extruder refactoring 2014-01-03 18:27:46 +01:00
ExtrusionEntity.hpp More incomplete work for Flow/Extruder refactoring 2014-01-03 18:27:46 +01:00
ExtrusionEntityCollection.cpp Fix segfault when calling chained_path() on an ExtrusionPathCollection using no_sort. Includes regression test 2013-09-28 15:30:10 +02:00
ExtrusionEntityCollection.hpp Don't return first_point() and last_point() by reference 2013-09-02 22:33:03 +02:00
Flow.cpp Ported Flow to XS 2014-01-05 13:16:13 +01:00
Flow.hpp Ported Flow to XS 2014-01-05 13:16:13 +01:00
Geometry.cpp Refactoring. Use Model class for representing the plate in GUI 2013-12-12 20:19:33 +01:00
Geometry.hpp Refactoring. Use Model class for representing the plate in GUI 2013-12-12 20:19:33 +01:00
Layer.hpp Incomplete work for porting BoundingBox to XS 2014-01-06 18:29:10 +01:00
Line.cpp Fix overflow in distance_to(Line*). It was affecting Douglas-Peucker causing massive loss of geometry. Includes regression test and a couple wkt() implementations 2014-01-17 14:22:37 +01:00
Line.hpp Fix overflow in distance_to(Line*). It was affecting Douglas-Peucker causing massive loss of geometry. Includes regression test and a couple wkt() implementations 2014-01-17 14:22:37 +01:00
Model.hpp Finished porting BoundingBox to XS 2014-01-07 12:48:09 +01:00
MultiPoint.cpp Ported simplify() to XS and removed dependency on Boost::Geometry::Utils 2013-11-22 16:01:50 +01:00
MultiPoint.hpp Ported simplify() to XS and removed dependency on Boost::Geometry::Utils 2013-11-22 16:01:50 +01:00
myinit.h TriangleMesh::slice() now accepts a vector of floats instead of doubles for consistency with mesh coordinates 2014-01-12 23:56:07 +01:00
Point.cpp Fix overflow in Point::ccw() affecting convex hull generation. Includes regression test 2014-01-17 14:49:51 +01:00
Point.hpp Fix overflow in distance_to(Line*). It was affecting Douglas-Peucker causing massive loss of geometry. Includes regression test and a couple wkt() implementations 2014-01-17 14:22:37 +01:00
Polygon.cpp Bugfix: lack of strong type checking when passing arrayref objects to XS caused random lack of infill. Now added strong type checking for all XS entities. Also fixes a potential issue with bridges caused by the same error. #1652 2014-01-12 00:54:10 +01:00
Polygon.hpp Bugfix: lack of strong type checking when passing arrayref objects to XS caused random lack of infill. Now added strong type checking for all XS entities. Also fixes a potential issue with bridges caused by the same error. #1652 2014-01-12 00:54:10 +01:00
Polyline.cpp Fixed some obvious mistakes and applied strict type checking to SurfaceCollections too 2014-01-16 19:02:50 +01:00
Polyline.hpp Bugfix: lack of strong type checking when passing arrayref objects to XS caused random lack of infill. Now added strong type checking for all XS entities. Also fixes a potential issue with bridges caused by the same error. #1652 2014-01-12 00:54:10 +01:00
PolylineCollection.cpp Ported encloses_point() to XS and renamed to contains_point() 2013-11-21 16:21:42 +01:00
PolylineCollection.hpp Use Clipper for line clipping 2013-11-21 14:15:38 +01:00
ppport.h New XS framework for C and C++ code 2013-06-22 17:16:45 +02:00
Print.cpp Adapt plater to the new split config 2014-01-02 22:06:58 +01:00
Print.hpp Adapt plater to the new split config 2014-01-02 22:06:58 +01:00
PrintConfig.cpp Split PrintConfig into PrintObjectConfig and PrintRegionConfig 2013-12-31 15:52:37 +01:00
PrintConfig.hpp The ratio_over parameter was missing in the definition of first_layer_extrusion_width 2014-01-11 14:48:13 +01:00
Surface.cpp Fixed some obvious mistakes and applied strict type checking to SurfaceCollections too 2014-01-16 19:02:50 +01:00
Surface.hpp Fixed some obvious mistakes and applied strict type checking to SurfaceCollections too 2014-01-16 19:02:50 +01:00
SurfaceCollection.cpp Bugfix: segfault in SurfaceCollection->group(), fixed with a better implementation. #1566 2013-12-04 00:11:08 +01:00
SurfaceCollection.hpp Bugfix: segfault in SurfaceCollection->group(), fixed with a better implementation. #1566 2013-12-04 00:11:08 +01:00
SVG.cpp Flag for arrows in SVG.cpp 2013-10-26 14:41:37 +02:00
SVG.hpp Flag for arrows in SVG.cpp 2013-10-26 14:41:37 +02:00
TriangleMesh.cpp Refactor loop building code to make_loops() 2014-01-16 11:38:17 +01:00
TriangleMesh.hpp Refactor loop building code to make_loops() 2014-01-16 11:38:17 +01:00
utils.cpp Conditional compilation to exclude all Perl/XS stuff from C++ code 2013-09-13 14:48:40 +02:00