Sébastien Loriot
|
ce6ed9b51f
|
fix initialization order of member objects
|
2013-04-03 14:31:42 +02:00 |
iyaz
|
4bca660454
|
Separating preprocess into two sub-preprocess: region_of_solution and factorization
Main reason is that some parts only need one of them to be ready to work, but we were preprocessing both two subs.
|
2013-04-03 14:48:33 +03:00 |
iyaz
|
b3d624e3f5
|
Fixing warnings
|
2013-04-03 14:04:52 +03:00 |
Sébastien Loriot
|
62e5d8dda6
|
make more obvious the behavior wrt original coordinates
|
2013-04-03 11:35:48 +02:00 |
Sébastien Loriot
|
c102838776
|
enhance the description of translate, rotate and deform
|
2013-04-03 11:18:19 +02:00 |
Sébastien Loriot
|
cc356eb368
|
hide default weight calculator
|
2013-04-03 09:39:13 +02:00 |
Sébastien Loriot
|
cb031439f1
|
shorten template parameter names to prettify the documentation
|
2013-04-03 09:21:27 +02:00 |
Sébastien Loriot
|
f0423d555f
|
fix order initialization warnings
|
2013-04-03 09:03:46 +02:00 |
Sébastien Loriot
|
52de2d5d08
|
change override to overwrite
|
2013-04-03 08:51:26 +02:00 |
Sébastien Loriot
|
1cd2687e41
|
add missing typename
|
2013-04-03 08:27:59 +02:00 |
iyaz
|
671b0c4bcb
|
return last result in preprocess
|
2013-04-03 02:06:54 +03:00 |
iyaz
|
11b69e0104
|
Introducing override function.
|
2013-04-03 02:01:41 +03:00 |
iyaz
|
abafa5efc1
|
Adding last_preprocess_successful
(deliberately created a new bool and not used need_preprocess because it will not be clear)
|
2013-04-02 22:55:05 +03:00 |
iyaz
|
60729a0c5d
|
Emphasize on rotate & translate override behavior in user manual
|
2013-04-02 17:50:43 +03:00 |
iyaz
|
c631f0a9f2
|
Documentation improvement (rotate & translate) and renaming (deformation_type)
|
2013-04-02 17:49:44 +03:00 |
iyaz
|
659a771525
|
removed clear() from example
|
2013-04-02 16:08:20 +03:00 |
iyaz
|
6e927575f7
|
new images for example results
|
2013-04-02 16:08:03 +03:00 |
iyaz
|
9a5fb1f523
|
Merge branch 'Surface_modeling-new_package-GF' of ssh://scm.cgal.org/var/git/cgal into Surface_modeling-new_package-GF
|
2013-04-02 15:43:01 +03:00 |
iyaz
|
db1ac5c975
|
Changes according to API discussion 2
|
2013-04-02 15:38:06 +03:00 |
Sébastien Loriot
|
000703ee32
|
update user manual
- name example section
- rename handle group to gourp of handles which is less confusing
- remove todo
|
2013-04-02 13:16:12 +02:00 |
iyaz
|
acfc6bb9f8
|
a typo fixed
|
2013-04-02 13:18:41 +03:00 |
Sébastien Loriot
|
338c019dcd
|
make a pass on the reference manual
|
2013-04-02 11:45:31 +02:00 |
Sébastien Loriot
|
8f229c242e
|
center video and update comment
|
2013-04-02 08:41:23 +02:00 |
iyaz
|
a96c8bf0d5
|
typos fixed
|
2013-04-01 14:14:33 +03:00 |
iyaz
|
05efb96ca8
|
Add explanations for ROI / handle iteration, is_roi, and is_handle
|
2013-04-01 13:50:44 +03:00 |
iyaz
|
3393f262a2
|
returning std::pair instead of boost::tuple
|
2013-04-01 13:30:58 +03:00 |
iyaz
|
6c34eca476
|
Recorrect examples to fit current API
|
2013-04-01 13:07:37 +03:00 |
iyaz
|
acd4d019b4
|
Fixing spelling errors
|
2013-04-01 02:24:57 +03:00 |
iyaz
|
411a1f21e5
|
Fixing spelling errors in comments
|
2013-04-01 02:22:23 +03:00 |
iyaz
|
22087f0770
|
make priv member comments doxygen style
|
2013-04-01 02:04:58 +03:00 |
iyaz
|
2fb4432bb2
|
image name changed
|
2013-04-01 01:57:25 +03:00 |
iyaz
|
d64ce2a1e6
|
New figures with IPE sources
|
2013-04-01 01:56:33 +03:00 |
iyaz
|
df8d3a20e2
|
New main image suggestion
|
2013-03-31 16:53:07 +03:00 |
iyaz
|
701a83fd76
|
Make Vect hidden type rather than template parameter
(not sure which version is the best for documentation)
|
2013-03-31 16:24:48 +03:00 |
iyaz
|
2e02eb5afd
|
Fixing names of template parameters and their typedefs
|
2013-03-31 16:23:57 +03:00 |
iyaz
|
e58d84f0c4
|
Remove storing all original positions
|
2013-03-30 18:51:45 +02:00 |
iyaz
|
dc350f49e4
|
Small addition about ROI
|
2013-03-30 18:48:54 +02:00 |
iyaz
|
800ec349fb
|
Fixin iterator names and comments
|
2013-03-29 19:35:24 +02:00 |
Sébastien Loriot
|
9a3037398e
|
add authors
|
2013-03-29 12:09:48 +01:00 |
Sébastien Loriot
|
0601aef425
|
introduce concept group and simply SparseLinearAlgebraTraitsWithPreFactor_d
|
2013-03-29 07:24:10 +01:00 |
iyaz
|
093038bc8b
|
Ref manual refinements
|
2013-03-29 03:56:24 +02:00 |
iyaz
|
dca2e741bc
|
Update examples to follow API changes
|
2013-03-29 03:53:51 +02:00 |
iyaz
|
1247f7d06c
|
Updates in user manual
|
2013-03-29 03:53:26 +02:00 |
iyaz
|
f64911e0b6
|
Concept documentation update,
new concept for linear solver is introduced.
|
2013-03-29 03:52:55 +02:00 |
iyaz
|
64a9b40ce1
|
Remove previous demo
|
2013-03-28 03:34:54 +02:00 |
iyaz
|
3b28bd12c3
|
Documentation update
|
2013-03-28 03:33:43 +02:00 |
iyaz
|
29546de7b0
|
New images for user manual
|
2013-03-28 03:33:13 +02:00 |
iyaz
|
2e1b6601aa
|
Mostly documentation/code improvements.
|
2013-03-28 03:32:36 +02:00 |
iyaz
|
2166d7d6ce
|
API changes,
now edge weights are computed for all edges in constructor,
original positions of vertices are saved in constructor,
Documentation is coming tomorrow
|
2013-03-27 02:28:23 +02:00 |
iyaz
|
87676dbbbe
|
Reintroduce roi vector
|
2013-03-22 02:27:37 +02:00 |