Home
last modified time | relevance | path

Searched refs:FeaturePtr (Results 1 – 25 of 129) sorted by relevance

123456

/dports/science/libkml/libkml-1.3.0/src/kml/dom/
H A Dcontainer.cc43 void Container::add_feature(const FeaturePtr& feature) { in add_feature()
48 if (FeaturePtr feature = AsFeature(element)) { in AddElement()
66 FeaturePtr Container::DeleteFeatureById(const string& id) { in DeleteFeatureById()
68 std::vector<FeaturePtr>::iterator iter = feature_array_.begin(); in DeleteFeatureById()
70 FeaturePtr feature = *iter; in DeleteFeatureById()
80 FeaturePtr Container::DeleteFeatureAt(size_t i) { in DeleteFeatureAt()
86 Element::AcceptRepeated<FeaturePtr>(&feature_array_, driver); in AcceptChildren()
H A Dcontainer.h49 void add_feature(const FeaturePtr& feature);
55 const FeaturePtr& get_feature_array_at(size_t index) const { in get_feature_array_at()
72 FeaturePtr DeleteFeatureById(const string& id);
76 FeaturePtr DeleteFeatureAt(size_t index);
89 std::vector<FeaturePtr> feature_array_;
H A Dkml.h72 const FeaturePtr& get_feature() const { return feature_; } in get_feature()
74 void set_feature(const FeaturePtr& feature) { in set_feature()
97 FeaturePtr feature_;
/dports/science/libkml/libkml-1.3.0/src/kml/convenience/
H A Dfeature_list.cc43 using kmldom::FeaturePtr;
53 int GetFeatureScore(FeaturePtr feature) { in GetFeatureScore()
61 void SetFeatureScore(const string& score, FeaturePtr feature) { in SetFeatureScore()
65 void FeatureList::PushBack(const FeaturePtr& feature) { in PushBack()
125 : public std::binary_function<const kmldom::FeaturePtr&,
126 const kmldom::FeaturePtr&,
128 bool operator()(const kmldom::FeaturePtr& a, in operator ()()
129 const kmldom::FeaturePtr& b) { in operator ()()
H A Dfeature_list.h39 int GetFeatureScore(kmldom::FeaturePtr feature);
43 void SetFeatureScore(const string& score, kmldom::FeaturePtr feature);
46 typedef std::list<kmldom::FeaturePtr> feature_list_t;
64 void PushBack(const kmldom::FeaturePtr& feature);
H A Dconvenience.h48 kmldom::FeaturePtr feature);
122 kmldom::GxFlyToPtr CreateFlyToForFeature(const kmldom::FeaturePtr& feature,
131 bool GetExtendedDataValue(const kmldom::FeaturePtr& feature,
139 kmldom::FeaturePtr feature);
H A Datom_util.h59 const kmldom::FeaturePtr& feature);
100 static kmldom::FeaturePtr CloneEntryFeature(
109 static kmldom::FeaturePtr GetEntryFeature(const kmldom::AtomEntryPtr& entry);
H A Datom_util.cc43 using kmldom::FeaturePtr;
70 const FeaturePtr& feature) { in CreateEntryForFeature()
151 FeaturePtr AtomUtil::GetEntryFeature(const AtomEntryPtr& entry) { in GetEntryFeature()
162 FeaturePtr AtomUtil::CloneEntryFeature(const AtomEntryPtr& entry) { in CloneEntryFeature()
163 if (FeaturePtr feature = GetEntryFeature(entry)) { in CloneEntryFeature()
H A Dgoogle_maps_data.h128 static kmldom::FeaturePtr GetEntryFeature(const kmldom::AtomEntryPtr& entry);
146 const kmldom::FeaturePtr& feature,
153 int PostPlacemarks(const kmldom::FeaturePtr& root_feature,
/dports/science/libkml/libkml-1.3.0/examples/helloworld/
H A Dsortplacemarks.cc42 using kmldom::FeaturePtr;
54 static FeaturePtr GetKmlFileRootFeature(const char* kmlfile);
55 static void SavePlacemarks(const FeaturePtr& feature,
61 static void SavePlacemarks(const FeaturePtr& feature, in SavePlacemarks()
74 static FeaturePtr GetKmlFileRootFeature(const char* kmlfile) { in GetKmlFileRootFeature()
103 return FeaturePtr(); in GetKmlFileRootFeature()
H A Dhellohref.cc48 using kmldom::FeaturePtr;
65 static const FeaturePtr GetRootFeature(const ElementPtr& root);
72 static void VisitFeature(const FeaturePtr& feature);
73 static void VisitFeatureStyle(const FeaturePtr& feature);
81 static const FeaturePtr GetRootFeature(const ElementPtr& root) { in GetRootFeature()
164 static void VisitFeatureStyle(const FeaturePtr& feature) { in VisitFeatureStyle()
182 static void VisitFeature(const FeaturePtr& feature) { in VisitFeature()
208 if (const FeaturePtr feature = GetRootFeature(root)) { in HandleFile()
H A Dprintgeometry.cc36 using kmldom::FeaturePtr;
45 static void WalkFeature(const FeaturePtr& feature);
47 static const FeaturePtr GetRootFeature(const ElementPtr& root);
87 static void WalkFeature(const FeaturePtr& feature) { in WalkFeature()
103 static const FeaturePtr GetRootFeature(const ElementPtr& root) { in GetRootFeature()
H A Dhellofeatures.cc37 using kmldom::FeaturePtr;
40 static const FeaturePtr GetRootFeature(const ElementPtr& root) { in GetRootFeature()
70 const FeaturePtr feature = GetRootFeature(root); in main()
/dports/science/libkml/libkml-1.3.0/src/kml/engine/
H A Dentity_mapper.h86 void GetEntityFields(const kmldom::FeaturePtr& feature);
89 void GatherObjectFields(const kmldom::FeaturePtr& feature);
90 void GatherFeatureFields(const kmldom::FeaturePtr& feature);
91 void GatherExtendedDataFields(const kmldom::FeaturePtr& feature);
H A Dfeature_visitor.h38 const kmldom::FeaturePtr GetRootFeature(const kmldom::ElementPtr& root);
46 virtual void VisitFeature(const kmldom::FeaturePtr& feature) {} in VisitFeature()
51 void VisitFeatureHierarchy(const kmldom::FeaturePtr& feature,
H A Dfeature_visitor.cc34 using kmldom::FeaturePtr;
39 const FeaturePtr GetRootFeature(const ElementPtr& root) { in GetRootFeature()
47 void VisitFeatureHierarchy(const FeaturePtr& feature, in VisitFeatureHierarchy()
H A Dentity_mapper.cc37 using kmldom::FeaturePtr;
59 void EntityMapper::GetEntityFields(const FeaturePtr& feature) { in GetEntityFields()
66 void EntityMapper::GatherObjectFields(const FeaturePtr& feature) { in GatherObjectFields()
81 void EntityMapper::GatherFeatureFields(const FeaturePtr& feature) { in GatherFeatureFields()
105 void EntityMapper::GatherExtendedDataFields(const FeaturePtr& feature) { in GatherExtendedDataFields()
H A Dupdate_processor.cc51 using kmldom::FeaturePtr;
110 const FeaturePtr& source_feature = deleet->get_feature_array_at(i); in ProcessUpdateDelete()
118 FeaturePtr UpdateProcessor::DeleteFeatureById(const string& id) { in DeleteFeatureById()
119 if (FeaturePtr feature = AsFeature(kml_file_.GetObjectById(id))) { in DeleteFeatureById()
H A Dstyle_inliner.cc54 kmldom::FeaturePtr StyleInliner::AsNonDocumentFeature( in AsNonDocumentFeature()
56 if (kmldom::FeaturePtr feature = kmldom::AsFeature(element)) { in AsNonDocumentFeature()
79 if (kmldom::FeaturePtr feature = AsNonDocumentFeature(parent)) { in EndElement()
H A Dstyle_splitter.cc53 kmldom::FeaturePtr StyleSplitter::AsNonDocumentFeature( in AsNonDocumentFeature()
55 if (kmldom::FeaturePtr feature = kmldom::AsFeature(element)) { in AsNonDocumentFeature()
78 if (kmldom::FeaturePtr feature = AsNonDocumentFeature(parent)) { in EndElement()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/libkml/
H A Dogrlibkmlfeaturestyle.h31 using kmldom::FeaturePtr;
38 FeaturePtr poKmlFeature );
45 FeaturePtr poKmlFeature,
H A Dogrlibkmlfield.h33 using kmldom::FeaturePtr;
62 FeaturePtr poKmlPlacemark,
71 FeaturePtr poKmlFeature );
/dports/science/libkml/libkml-1.3.0/tests/kml/dom/
H A Dcontainer_test.cc91 FeaturePtr feature = container_->DeleteFeatureById(id); in TEST_F()
109 static FeaturePtr CreateFeature(size_t i) { in CreateFeature()
112 FeaturePtr feature = in CreateFeature()
124 std::vector<FeaturePtr> deleted_features; in TEST_F()
151 std::vector<FeaturePtr> deleted_features; in TEST_F()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/input/joysticks/generic/
H A DInputHandling.cpp100 FeaturePtr& feature = m_features[featureName]; in OnDigitalMotion()
103 feature = FeaturePtr(CreateFeature(featureName)); in OnDigitalMotion()
129 FeaturePtr& feature = m_features[featureName]; in OnAnalogMotion()
132 feature = FeaturePtr(CreateFeature(featureName)); in OnAnalogMotion()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/libkml/
H A Dogrlibkmlfeaturestyle.h36 kmldom::FeaturePtr poKmlFeature );
43 kmldom::FeaturePtr poKmlFeature,

123456