| 270 | } |
| 271 | |
| 272 | void TModelTrees::AddLeafWeight(double leafWeight) { |
| 273 | CastToSolidTree(*this)->LeafWeights.push_back(leafWeight); |
| 274 | } |
| 275 | |
| 276 | bool TModelTrees::IsSolid() const { |
| 277 | return dynamic_cast<TSolidModelTree*>(ModelTreeData.Get()); |
no test coverage detected