source:
GTP/trunk/Lib/Illum/IBRBillboardCloudTrees/OGRE/src/BBCEntityClusterData.cpp
@
721
Revision 721, 329 bytes checked in by igarcia, 19 years ago (diff) |
---|
Line | |
---|---|
1 | |
2 | #include "BBCEntityClusterData.h" |
3 | |
4 | namespace BBC { |
5 | |
6 | EntityClusterData::EntityClusterData(): references(0) // initialize references to 0 |
7 | { |
8 | } |
9 | |
10 | EntityClusterData::~EntityClusterData() |
11 | { |
12 | |
13 | } |
14 | |
15 | void EntityClusterData::setEntity(EntityPtr value) |
16 | { |
17 | mEntity = value; |
18 | } |
19 | |
20 | EntityPtr EntityClusterData::getEntity() |
21 | { |
22 | return mEntity; |
23 | } |
24 | |
25 | } |
Note: See TracBrowser
for help on using the repository browser.