20 namespace MAKVRinTerra
25 typedef boost::shared_ptr<DtPathFeature>
Ptr;
26 typedef boost::shared_ptr<const DtPathFeature>
CPtr;
32 virtual CPtr getPathPtr()
const;
48 return myPathGeometry;
54 boost::optional<Attribute> attribute(
const Key & key)
const
56 return myFeature->attribute(key);
61 myFeature->forEachAttribute(f);
66 return myFeature->numberOfAttributes(name);
71 return myFeature->geometry();
93 void findClosestPointOnFeature();
95 bool foundClosestFeature()
const;