get the LPolyOld* out of LNode
| 324 | |
| 325 | // get the LPolyOld* out of LNode* |
| 326 | LPolyOld* LNode::getLPolyOld() { |
| 327 | return data; |
| 328 | } |
| 329 | |
| 330 | // get the data from the LPolyOld saved in LNode |
| 331 | poly LNode::getPoly() { |
no outgoing calls
no test coverage detected