source:
GTP/trunk/Lib/Illum/IBRBillboardCloudTrees/OGRE/include/LBBC/LBBCLeafKMeansClusterData.h
@
721
Revision 721, 307 bytes checked in by igarcia, 19 years ago (diff) |
---|
Line | |
---|---|
1 | #ifndef _LBBCLEAFKMeansCLUSTERDATA_H |
2 | #define _LBBCLEAFKMeansCLUSTERDATA_H |
3 | |
4 | #include <BBCEntityClusterData.h> |
5 | |
6 | namespace LBBC { |
7 | |
8 | class _BBCExport LeafKMeansClusterData : public BBC::EntityClusterData { |
9 | public: |
10 | LeafKMeansClusterData(); |
11 | |
12 | virtual ~LeafKMeansClusterData(); |
13 | |
14 | protected: |
15 | |
16 | }; |
17 | |
18 | } |
19 | #endif |
Note: See TracBrowser
for help on using the repository browser.