vcglib/vcg/container
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
..
container_allocation_table.h version that should work with synamic linked libraries (to be tested) 2010-06-21 15:52:18 +00:00
derivation_chain.h added a derivation chain to support the modification to the trimesh definition (below) 2010-03-19 17:17:06 +00:00
entries_allocation_table.h removed unused classes for allocation of temporary data 2010-06-19 15:39:06 +00:00
simple_temporary_data.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
vector_occ.h removed unused classes for allocation of temporary data 2010-06-19 15:39:06 +00:00