Paolo Cignoni
|
ffdc2f2b28
|
Geodesic: Added possibility of saving also the implict tree of the shortest path. For each vertex you can give an attribute where the function will save the 'parent' e.g. the previous vertex in the shortest path to the closest source.
|
2012-04-12 23:54:23 +00:00 |
Paolo Cignoni
|
48e607f884
|
Changed all the MeshType::HasSomething() into the now standard tri::HasSomething(MeshType &m)
|
2012-01-23 06:38:32 +00:00 |
Paolo Cignoni
|
b09619c1ea
|
harmless gcc warning
|
2011-11-21 09:37:18 +00:00 |
Paolo Cignoni
|
e878e7ae88
|
Cleaned up a bit the geodesic interfaces. Removed useless parameters to avoid ambiguity. Could require updating the existing code using it
|
2011-04-22 11:09:30 +00:00 |
Nico Pietroni
|
c4cc235b52
|
- added call of FarthestVertex with returning vertices within a specified interval
- added initial #define to avoid multiple inclusion
|
2011-04-19 09:40:04 +00:00 |
Paolo Cignoni
|
affd9ee469
|
Corrected bug. Assert called when a no internal vertex was present.
|
2011-04-08 09:26:57 +00:00 |
ganovelli
|
9ff0ad3f1e
|
Ongoing Rearrangement of filepath
replaced the path to comply the filepaths modification.
The replacements are as follows:
/complex/trimesh/base.h --> /complex/complex.h
/complex/trimesh/allocate.h --> /complex/allocate.h
/complex/trimesh/append.h --> /complex/append.h
/complex/trimesh/ --> /complex/algorithms/
/complex/local_optimization/ ---> /complex/algorithms/local_optimization/
/complex/local_optimization.h ---> /complex/algorithms/local_optimization.h
/complex/intersection.h ---> /complex/algorithms/intersection.h
/complex/boundary.h ---> /complex/algorithms/boundary.h
|
2011-04-01 17:06:03 +00:00 |
ganovelli
|
1ad23912db
|
|
2011-04-01 16:25:49 +00:00 |