This website requires JavaScript.
Explore
Help
Sign In
manolas
/
vcglib
Watch
1
Star
0
Fork
You've already forked vcglib
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
ffdc2f2b28
vcglib
/
vcg
/
complex
History
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
..
algorithms
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
tetramesh
Changed all the MeshType::HasSomething() into the now standard tri::HasSomething(MeshType &m)
2012-01-20 07:52:22 +00:00
all_types.h
separated alltypes from usedtypes. The dummy types for simplex where char, now are derived by
2010-05-19 17:05:29 +00:00
allocate.h
added a few security assert on deletion of simplexes that you are actually deleting objects that belongs to the given mesh
2012-03-30 23:43:04 +00:00
append.h
Heavy restructuring of the append function. Now it is hopefully must more efficient.
2012-04-04 10:11:46 +00:00
complex.h
added hn initialization in the trimesh constructor
2012-04-04 09:53:54 +00:00
used_types.h
definition of USedTypes changed to ensure that MeshType::FaceType is the same as VertexType::FaceType (begin Vertex and Face any type among Vertex,Face,Edge,HEdge).
2010-06-18 07:53:21 +00:00