*** empty log message ***
This commit is contained in:
parent
3daba81b44
commit
5e3a9f5460
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.2 2004/07/01 21:34:29 ponchio
|
||||||
|
*** empty log message ***
|
||||||
|
|
||||||
Revision 1.1 2004/06/24 14:32:45 ponchio
|
Revision 1.1 2004/06/24 14:32:45 ponchio
|
||||||
Moved from wrap/nexus
|
Moved from wrap/nexus
|
||||||
|
|
||||||
|
@ -75,7 +78,7 @@ class MFHash {
|
||||||
void Clear();
|
void Clear();
|
||||||
unsigned int Size();
|
unsigned int Size();
|
||||||
void Close();
|
void Close();
|
||||||
private:
|
|
||||||
VFile<Bucket> buffer;
|
VFile<Bucket> buffer;
|
||||||
unsigned int space;
|
unsigned int space;
|
||||||
};
|
};
|
||||||
|
|
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.1 2004/06/23 00:08:05 ponchio
|
||||||
|
Created
|
||||||
|
|
||||||
|
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
@ -32,7 +35,8 @@ $Log: not supported by cvs2svn $
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <wrap/ply/plylib.h>
|
#include <wrap/ply/plylib.h>
|
||||||
#include <wrap/nexus/crude.h>
|
#include "../crude.h"
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace vcg;
|
using namespace vcg;
|
||||||
using namespace vcg::ply;
|
using namespace vcg::ply;
|
||||||
|
|
Loading…
Reference in New Issue