Include header cleaning and reordering.
This commit is contained in:
parent
fba7d7873e
commit
f2bbdb787a
|
|
@ -19,40 +19,11 @@
|
|||
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt) *
|
||||
* for more details. *
|
||||
* *
|
||||
****************************************************************************/
|
||||
/****************************************************************************
|
||||
History
|
||||
|
||||
$Log: not supported by cvs2svn $
|
||||
Revision 1.7 2008/05/16 08:48:49 ganovelli
|
||||
Enable() and Disable() removed. The memory is allocated by the contructor
|
||||
|
||||
Revision 1.6 2008/05/15 16:35:17 ganovelli
|
||||
Start() Stop() removed. Allocation on creation, disallocaiton on distruction
|
||||
|
||||
Revision 1.5 2007/02/02 00:01:54 tarini
|
||||
overloaded operator "[]" (once more) to make it possible to index the temp. structure with an iterator
|
||||
|
||||
Revision 1.4 2005/07/11 13:12:34 cignoni
|
||||
small gcc-related compiling issues (typenames,ending cr, initialization order)
|
||||
|
||||
Revision 1.3 2004/12/11 15:37:47 ganovelli
|
||||
added one more [], now it is polymorphic, added typenames
|
||||
|
||||
Revision 1.2 2004/03/31 22:36:44 ganovelli
|
||||
First Working Release (with this comment)
|
||||
|
||||
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __VCGLIB_SIMPLE__
|
||||
#define __VCGLIB_SIMPLE__
|
||||
|
||||
#include <limits>
|
||||
#include <assert.h>
|
||||
#include <vector>
|
||||
#include <cstring>
|
||||
|
||||
namespace vcg {
|
||||
|
||||
class SimpleTempDataBase{
|
||||
|
|
|
|||
Loading…
Reference in New Issue