| 330 | } |
| 331 | |
| 332 | vector<PortElementPtr> Document::getMatchingPorts(const string& nodeName) const |
| 333 | { |
| 334 | return _cache->getMatchingPorts(nodeName); |
| 335 | } |
| 336 | |
| 337 | ValuePtr Document::getGeomPropValue(const string& geomPropName, const string& geom) const |
| 338 | { |