| 9 | GeoTree::GeoTree(const CrsData::SObject &object) : GeographyObj(object) {} |
| 10 | |
| 11 | void GeoTree::reset() { |
| 12 | GeographyObj::resetObject(); |
| 13 | _58 = 1; |
| 14 | } |
| 15 | |
| 16 | void GeoTree::createColModel(J3DModelData *mdlData) { |
| 17 | GeographyObj::createBoundsCylinder(mdlData, 110.0f, 500.0f); |
no test coverage detected