Andreas Fabri
|
99a3b99283
|
make connecteced_component work for Seam_mesh
|
2017-06-22 16:11:38 +02:00 |
Andreas Fabri
|
4a2344f0cc
|
discrete authalic now works for Surface_mesh and for a Seam_mesh
|
2017-06-22 16:11:38 +02:00 |
Andreas Fabri
|
e1089a9168
|
WIP: Add vertex_descriptor which is a kind of canonical halfede_descriptor
|
2017-06-22 16:11:38 +02:00 |
Andreas Fabri
|
1164cb14bf
|
Discrete Authalic parametrisation now works for a Seam_mesh with borders and seams
|
2017-06-22 16:11:38 +02:00 |
Andreas Fabri
|
b7cdb47463
|
WIP - lets get it working with the Seam_graph next
|
2017-06-22 16:11:38 +02:00 |
Andreas Fabri
|
c746425f8c
|
Authalic parametrization works with a Surface_mesh with border
|
2017-06-22 16:11:38 +02:00 |
Andreas Fabri
|
3d6b3ca909
|
fix
|
2017-06-22 16:11:38 +02:00 |
Andreas Fabri
|
4bd2f363d0
|
simplify code
|
2017-06-22 16:11:38 +02:00 |
Andreas Fabri
|
b237249d0b
|
deal with seam tree. so far seam must not touch the border
|
2017-06-22 16:11:38 +02:00 |
Andreas Fabri
|
e90fbb9867
|
it seems to work with seams. need visual output next to inspect it
|
2017-06-22 16:11:38 +02:00 |
Andreas Fabri
|
871b831992
|
use halfedge and not vertex circulator
|
2017-06-22 16:11:38 +02:00 |
Andreas Fabri
|
37a32d6727
|
WIP
|
2017-06-22 16:11:38 +02:00 |
Andreas Fabri
|
a09df5d2d2
|
simplify code
|
2017-06-22 16:11:38 +02:00 |
Andreas Fabri
|
9699e99162
|
make square border parameterizer work
|
2017-06-22 16:11:38 +02:00 |
Andreas Fabri
|
d77bb6c242
|
make all parametrization methods work
|
2017-06-22 16:11:38 +02:00 |
Andreas Fabri
|
f664cb4268
|
get it working for Surface_mesh
|
2017-06-22 16:11:38 +02:00 |
Andreas Fabri
|
cb9f0aa21d
|
fixes so that LSCM works as well
|
2017-06-22 16:11:38 +02:00 |
Andreas Fabri
|
3350d2871c
|
simplify the border (will become complicated again later, but different)
|
2017-06-22 16:11:38 +02:00 |
Andreas Fabri
|
59dd85f56d
|
simplify the border (will become complicated again later, but different)
|
2017-06-22 16:11:38 +02:00 |
Andreas Fabri
|
6399e49be0
|
use a property map for the uv values
|
2017-06-22 16:11:38 +02:00 |
Andreas Fabri
|
511add25fa
|
introduce index property maps
|
2017-06-22 16:11:38 +02:00 |
Andreas Fabri
|
8721b58b1a
|
towards a BGL API -- still a long way to go :<
|
2017-06-22 16:11:38 +02:00 |
Sébastien Loriot
|
50510c05ea
|
add include directive for license of all GPL header files
done using:
ack-grep "^GPL" */package_info/*/license.txt -l | awk -F "/" '{print $1}' > /tmp/gpl_packages
for i in `cat /tmp/gpl_packages | \
grep -v Operations_on_polyhedra | \
grep -v Algebraic_kernel_for_circles | \
grep -v Algebraic_kernel_for_spheres | \
grep -v Polyhedron_IO`;
do
echo $i
python Scripts/developer_scripts/add_license_in_pkg_header.py $i
done
python Scripts/developer_scripts/add_license_in_pkg_header.py Operations_on_polyhedra Polygon_mesh_processing
python Scripts/developer_scripts/add_license_in_pkg_header.py Algebraic_kernel_for_circles Circular_kernel_2
python Scripts/developer_scripts/add_license_in_pkg_header.py Algebraic_kernel_for_spheres Circular_kernel_3
python Scripts/developer_scripts/add_license_in_pkg_header.py Polyhedron_IO Polyhedron
|
2017-01-19 15:20:25 +01:00 |
Andreas Fabri
|
8bf639ab94
|
static -> CGAL_STATIC_THREAD_LOCAL_VARIABLE
|
2016-12-01 16:23:46 +01:00 |
Simon Giraudot
|
da9422e77b
|
Warning fix: variable may be used uninitialized
|
2015-12-17 10:54:36 +01:00 |
Simon Giraudot
|
d77dd257ef
|
Warning fix: unused parameter
|
2015-12-17 10:53:21 +01:00 |
Sébastien Loriot
|
f151025380
|
fix the bad conflict resolution
|
2015-09-26 18:07:36 +02:00 |
Sébastien Loriot
|
da650cbd1c
|
Merge branch 'old/CGAL-Solver-packages-GF' into CGAL-Solver-package-GF
|
2015-09-26 15:47:54 +02:00 |
Simon Giraudot
|
ba619c8a0d
|
Include Eigen default parameter in manual
|
2015-09-18 15:33:12 +02:00 |
Simon Giraudot
|
6ef242b7af
|
Remove useless duplicate code, use default template parameter to call Eigen_solver_traits
|
2015-09-18 10:30:13 +02:00 |
Simon Giraudot
|
2b676edd1e
|
Clean up least square solver wrapper
|
2015-08-24 15:02:51 +02:00 |
Simon Giraudot
|
6d1332c3fa
|
Replace OpenNL by Eigen Conjugate Gradient (not least squares yet). More than 2x speed up.
|
2015-08-10 07:54:01 +02:00 |
Simon Giraudot
|
db4a974f64
|
Eigen interface for LSCM
|
2015-08-07 11:55:00 +02:00 |
Andreas Fabri
|
8ae42933c7
|
Do not explain OpenNL and say that LSCM has no parameter for a solver
|
2015-04-13 16:37:40 +02:00 |
Laurent Rineau
|
495ed0b6ab
|
Merge remote-tracking branch 'origin/CGAL-Less_warnings-GF'
Fix various warnings.
Tested in CGAL-4.5-Ic-97. Approved by the Release Manager.
|
2014-07-16 17:48:56 +02:00 |
Andreas Fabri
|
c0be9a38d3
|
initialize to avoid warning
|
2014-07-11 09:27:10 +02:00 |
Sébastien Loriot
|
2892c2fb4e
|
Merge branch 'Surface_modeling-new_package-GF-old' into Surface_modeling-new_package-GF
Conflicts:
Documentation/biblio/geom.bib
Documentation/doxyassist.xml
|
2014-04-08 14:41:09 +02:00 |
Sébastien Loriot
|
6f3c2d1151
|
pre-factor -> factor
|
2014-02-17 09:12:25 +01:00 |
Andreas Fabri
|
6ecba63bb1
|
Mostly add #includes
|
2013-09-14 19:31:13 +02:00 |
Sébastien Loriot
|
b352ca7410
|
Merge branch 'Surface_modeling-new_package-GF-old' into Surface_modeling-new_package-GF
|
2013-08-06 16:34:47 +02:00 |
Sébastien Loriot
|
d282ade623
|
use \cgalCite instead of \cite
using perl -i -pe 's/\\cite\s*{?([a-zA-Z0-9:-]+)}?/\\cgalCite{$1}/g'
|
2013-08-05 18:25:26 +02:00 |
Sébastien Loriot
|
d9cf655db1
|
Merge branch 'Surface_modeling-new_package-GF-old' into Surface_modeling-new_package-GF
Conflicts:
Documentation/doxyassist.xml
Documentation/header_package.html
Polyhedron/demo/Polyhedron/CMakeLists.txt
|
2013-06-27 08:55:59 +02:00 |
Andreas Fabri
|
cfd69b1490
|
long/int -> size_t
|
2013-02-27 11:44:55 +01:00 |
Sébastien Loriot
|
c8fb9844aa
|
Merge branch 'gsoc2011-surface-modeling-Yzju' into Surface_modeling-new_package-GF
Conflicts:
.gitattributes
AABB_tree/doc_tex/AABB_tree_ref/AABBGeomTraits.tex
AABB_tree/doc_tex/AABB_tree_ref/AABBTraits.tex
AABB_tree/dont_submit
AABB_tree/test/AABB_tree/AABB_test_util.h
AABB_tree/test/AABB_tree/aabb_correctness_triangle_test.cpp
Arrangement_on_surface_2/include/CGAL/Arr_point_location/Trapezoidal_decomposition_2_impl.h
Boolean_set_operations_2/examples/Boolean_set_operations_2/bezier_traits_adapter2.cpp
Installation/cmake/modules/CGAL_CreateSingleSourceCGALProgram.cmake
Installation/cmake/modules/CGAL_Macros.cmake
Installation/cmake/modules/CGAL_SetupDependencies.cmake
Linear_cell_complex/examples/Linear_cell_complex/linear_cell_complex_3_triangulation.cpp
Maintenance/svn_server/hooks/Mail/Sender/CType/Ext.pm
Polyhedron/demo/Polyhedron/CMakeLists.txt
Polyhedron/demo/Polyhedron/Polyhedron_demo_normal_estimation_plugin.cpp
Polyhedron/demo/Polyhedron/Polyhedron_demo_point_set_outliers_removal_plugin.cpp
Polyhedron/demo/Polyhedron/data/cow.off
Principal_component_analysis/test/Principal_component_analysis/linear_least_squares_fitting_segments_3.cpp
Surface_mesh_parameterization/examples/Surface_mesh_parameterization/CMakeLists.txt
Surface_reconstruction_points_3/include/CGAL/Poisson_reconstruction_function.h
|
2013-02-07 17:00:00 +01:00 |
Philipp Möller
|
e271a13a33
|
Document files in Surface_mesh_parameterization
|
2012-12-04 14:25:00 +01:00 |
Sébastien Loriot
|
4ec9529581
|
Merge branch 'doxy-port-pmoeller'
Conflicts:
.gitattributes
Surface_reconstruction_points_3/include/CGAL/Poisson_reconstruction_function.h
Surface_reconstruction_points_3/include/CGAL/Reconstruction_triangulation_3.h
Surface_reconstruction_points_3/include/CGAL/k_nearest_neighbor.h
|
2012-11-27 10:05:41 +01:00 |
Sébastien Loriot
|
bfca42081d
|
add missing backquotes in cgalModels
|
2012-11-23 09:55:55 +01:00 |
Sébastien Loriot
|
ae8362b7d6
|
replace \cgalModels ::FOO by \cgalModels `FOO`
using:
perl -pi -e 's/\\cgalModels\s+::([A-Za-z0-9_:]+)\s*$/\\cgalModels `$1`\n/'
|
2012-11-23 09:37:53 +01:00 |
Sébastien Loriot
|
128b02abb8
|
update CGAL custom doxygen macros
corresponds to a run of the script Documentation/conversion_tools/rename_macros.sh
+manual edit of doxyassist.xml and pkglist_filter.py
|
2012-11-14 00:31:05 +01:00 |
Alex Tsui
|
a11d3408d6
|
Fixed a bug to properly check whether a facet is seaming.
|
2012-11-06 20:12:41 +00:00 |