Data structure to handle temporary attributes. First version

This commit is contained in:
ganovelli 2004-03-31 14:16:40 +00:00
parent d5f924cd26
commit 82a897b53e
1 changed files with 5 additions and 2 deletions

View File

@ -24,6 +24,9 @@
History
$Log: not supported by cvs2svn $
Revision 1.2 2004/03/31 13:15:28 cignoni
Added optional cpmponent
Revision 1.1 2004/03/31 12:46:53 cignoni
First working version!
@ -32,8 +35,8 @@ First working version!
#ifndef __VCG_VERTEX_PLUS_COMPONENT_OPT
#define __VCG_VERTEX_PLUS_COMPONENT_OPT
#include <vcg/component.h>
#include <vcg/traced_vector.h>
#include <vcg/simplex/vertexplus/component.h>
#include <vcg/container/traced_vector.h>
namespace vcg {