vcglib/vcg/complex
ganovelli 11adfa2aff Changes for supporting copying of PerVertex,PerEdge and PerFace attributes in the vcg::tri::Append (append.h)
- useless template paramtere in SimpleTempData_Base removed (simple_temporary_data.h)
- Attribute is now derived by SimpleTempData_Base
- SimpleTempData_Base defines a void * At(unsigned int i) function that returns a pointer to the i-th element of the vector withouth knowing the type
- removed the useless member _typeid from the PointerToAttribute. It was used to store the rtti, useless itself.

NOTE: the copy of attributes is done with a memcpy! This means that if you defined a operator = in your attribute this WILL NOT be used in the append.
2011-06-01 13:39:31 +00:00
..
algorithms Cleaned up small bug in the vertex clustering alg (crashed on empty sets and on non compacted meshes 2011-05-31 08:37:13 +00:00
edgemesh removed three no more useful files of the old edgemesh. Ported useful sutff in the right places (topology.h and clean.h) 2011-05-11 10:00:15 +00:00
tetramesh compilation with gcc 2007-11-20 09:50:32 +00:00
vertexmesh [Namespaces changes] 2008-09-30 10:59:29 +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 Changes for supporting copying of PerVertex,PerEdge and PerFace attributes in the vcg::tri::Append (append.h) 2011-06-01 13:39:31 +00:00
append.h Changes for supporting copying of PerVertex,PerEdge and PerFace attributes in the vcg::tri::Append (append.h) 2011-06-01 13:39:31 +00:00
complex.h Changes for supporting copying of PerVertex,PerEdge and PerFace attributes in the vcg::tri::Append (append.h) 2011-06-01 13:39:31 +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