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

Comparing libgender/oct.h (file contents):
Revision 1.12 by root, Sat Oct 9 16:36:31 2004 UTC vs.
Revision 1.13 by root, Sun Oct 10 02:40:19 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 : protected vector<entity *>, public recv_occ_query { 11struct octant : vector<entity *>, recv_occ_query {
12 struct octant *parent; 12 struct octant *parent;
13 /* front 23 back 67 13 /* front 23 back 67
14 * 01 45 */ 14 * 01 45 */
15 struct octant *sub[8]; 15 struct octant *sub[8];
16 int fill; 16 int fill;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines