ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/oct.h
(Generate patch)

Comparing libgender/oct.h (file contents):
Revision 1.13 by root, Sun Oct 10 02:40:19 2004 UTC vs.
Revision 1.14 by root, Sun Oct 10 14:15:15 2004 UTC

6using namespace std; 6using namespace std;
7 7
8#include "util.h" 8#include "util.h"
9#include "view.h" 9#include "view.h"
10 10
11struct octant : vector<entity *>, recv_occ_query { 11struct octant : vector<entity *>, recv_occ_query
12{
12 struct octant *parent; 13 struct octant *parent;
13 /* front 23 back 67 14 /* front 23 back 67
14 * 01 45 */ 15 * 01 45 */
15 struct octant *sub[8]; 16 struct octant *sub[8];
16 int fill; 17 int fill;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines