Subversion Repositories gelsvn

Rev

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

Rev 299 Rev 309
Line 55... Line 55...
55
 
55
 
56
template BoundingNode<OBox>;
56
template BoundingNode<OBox>;
57
template BoundingNode<OBox>* 
57
template BoundingNode<OBox>* 
58
BoundingNode<OBox>::build(std::vector<Triangle>& triangles);
58
BoundingNode<OBox>::build(std::vector<Triangle>& triangles);
59
 
59
 
60
}
-
 
61
 
60
}
-
 
61