Subversion Repositories gelsvn

Rev

Rev 309 | Rev 595 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 309 Rev 443
Line 1... Line 1...
1
#ifndef __BOUNDINGTREE_H
1
#ifndef __GEOMETRY_BOUNDINGTREE_H
2
#define __BOUNDINGTREE_H
2
#define __GEOMETRY_BOUNDINGTREE_H
3
 
3
 
4
#include "BoundingNode.h"
4
#include "BoundingNode.h"
5
#include "BoundingLNode.h"
5
#include "BoundingLNode.h"
6
#include "BoundingINode.h"
6
#include "BoundingINode.h"
7
#include "Ray.h"
7
#include "Ray.h"