vcglib/vcg
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
..
complex 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
connectors added useful he functions 2010-12-15 22:38:36 +00:00
container 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
math fixed a funcrion parameter name that was equal to the template argument 2011-05-27 09:26:52 +00:00
simplex added EmptyVertexRef to the default type 2011-06-01 13:31:28 +00:00
space added missing Abs(Point2) 2011-05-12 09:52:34 +00:00