Subversion Repositories gelsvn

Rev

Rev 595 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 595 Rev 630
1
/* ----------------------------------------------------------------------- *
1
/* ----------------------------------------------------------------------- *
2
 * This file is part of GEL, http://www.imm.dtu.dk/GEL
2
 * This file is part of GEL, http://www.imm.dtu.dk/GEL
3
 * Copyright (C) the authors and DTU Informatics
3
 * Copyright (C) the authors and DTU Informatics
4
 * For license and list of authors, see ../../doc/intro.pdf
4
 * For license and list of authors, see ../../doc/intro.pdf
5
 * ----------------------------------------------------------------------- */
5
 * ----------------------------------------------------------------------- */
6
 
6
 
7
#include "AABox.h"
7
#include "AABox.h"
8
#include "BoundingLNode.h"
8
#include "BoundingLNode.h"
9
 
9
 
10
namespace Geometry
10
namespace Geometry
11
{
11
{
12
  template class BoundingLNode<AABox>;
12
  template class BoundingLNode<AABox>;
13
  template class BoundingLNode<OBox>;
13
  template class BoundingLNode<OBox>;
14
}
14
}
15
 
15