| 22 | namespace NLR { |
| 23 | |
| 24 | DeepPolyInputElement::DeepPolyInputElement( Layer *layer ) |
| 25 | { |
| 26 | _layer = layer; |
| 27 | _size = layer->getSize(); |
| 28 | _layerIndex = layer->getLayerIndex(); |
| 29 | } |
| 30 | |
| 31 | DeepPolyInputElement::~DeepPolyInputElement() |
| 32 | { |
nothing calls this directly
no test coverage detected