20 namespace MAKVRinTerra
25 typedef boost::shared_ptr<DtPathFeature>
Ptr;
26 typedef boost::shared_ptr<const DtPathFeature>
CPtr;
30 virtual CPtr getPathPtr()
const;
46 return myPathGeometry;
52 boost::optional<Attribute> attribute(
const Key & key)
const
54 return myFeature->attribute(key);
59 myFeature->forEachAttribute(f);
62 unsigned numberOfAttributes(
const Key::String & name)
const
64 return myFeature->numberOfAttributes(name);
69 return myFeature->geometry();
91 void findClosestPointOnFeature();
93 bool foundClosestFeature()
const;