| 185 | //------------------------------------------------------------------------------ |
| 186 | |
| 187 | int PolyNode::ChildCount() const |
| 188 | { |
| 189 | return (int)Childs.size(); |
| 190 | } |
| 191 | //------------------------------------------------------------------------------ |
| 192 | |
| 193 | void PolyNode::AddChild(PolyNode& child) |
no test coverage detected