Files Classes Functions Hierarchy
#include <iostream>#include <vector>#include <halfspaceD2.h>#include <linechopped.h>#include <treeindexedD2.h>#include <treeindexedD2iter.h>
Go to the source code of this file.
Classes | |
| class | bsptreeD2< PT, PD, INDX > |
| Binary Space Partition tree 2D. More... | |
| class | bsptreeD2find< PT, PD, INDX > |
| Search the bsp tree. More... | |
Functions | |
| template<typename PT , typename PD , typename INDX > | |
| istream & | operator>> (istream &istr, bsptreeD2< PT, PD, INDX > &x) |
| istream& operator>> | ( | istream & | istr, | |
| bsptreeD2< PT, PD, INDX > & | x | |||
| ) | [inline] |
Definition at line 145 of file bsptreeD2.h.
References bsptreeD2< PT, PD, INDX >::serializeInverse().
00146 { return x.serializeInverse(istr); }
1.5.8