Rev | Line | |
---|
[721] | 1 | #ifndef _LBBCKdTreeCLUSTERSERIALIZER_H |
---|
| 2 | #define _LBBCKdTreeCLUSTERSERIALIZER_H |
---|
[700] | 3 | |
---|
| 4 | #include <BBC.h> |
---|
| 5 | |
---|
| 6 | namespace LBBC { |
---|
| 7 | |
---|
| 8 | class _BBCExport KdTreeClusterSerializer : public BBC::BillboardCloudSerializer { |
---|
| 9 | public: |
---|
| 10 | KdTreeClusterSerializer(); |
---|
| 11 | |
---|
[721] | 12 | virtual ~KdTreeClusterSerializer(); |
---|
[700] | 13 | |
---|
[745] | 14 | virtual void writeBillboardCloud(TiXmlDocument *document, bool groupedBillboards); |
---|
[700] | 15 | |
---|
[745] | 16 | virtual void readBillboardCloud(TiXmlDocument *document, bool groupedBillboards); |
---|
| 17 | |
---|
[700] | 18 | }; |
---|
| 19 | |
---|
| 20 | } |
---|
| 21 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.