Home
last modified time | relevance | path

Searched refs:FeaturePtr (Results 51 – 75 of 129) sorted by relevance

123456

/dports/science/libkml/libkml-1.3.0/examples/engine/
H A Dstreamkml.cc38 using kmldom::FeaturePtr;
56 if (FeaturePtr feature = AsFeature(child)) { in EndElement()
/dports/science/libkml/libkml-1.3.0/tests/kml/engine/
H A Dfeature_balloon_test.cc45 using kmldom::FeaturePtr;
257 const FeaturePtr feature= in TEST_F()
/dports/science/libkml/libkml-1.3.0/examples/gx/
H A Dfeaturetour.cc40 using kmldom::FeaturePtr;
68 virtual void VisitFeature(const FeaturePtr& feature) { in VisitFeature()
/dports/science/libkml/libkml-1.3.0/tests/kml/regionator/
H A Dregionator_test.cc43 using kmldom::FeaturePtr;
77 FeaturePtr GetFeature(const RegionPtr& region) { in GetFeature()
188 virtual kmldom::FeaturePtr GetFeature(const kmldom::RegionPtr& region) { in GetFeature()
/dports/science/libkml/libkml-1.3.0/examples/hellonet/
H A Dkmlwalk.cc40 using kmldom::FeaturePtr;
99 virtual void VisitFeature(const kmldom::FeaturePtr& feature) { in VisitFeature()
/dports/science/libkml/libkml-1.3.0/src/kml/regionator/
H A Dregionator.cc43 using kmldom::FeaturePtr;
129 FeaturePtr feature = rhandler_.GetFeature(region); in _Regionate()
H A Dregion_handler.h67 virtual kmldom::FeaturePtr GetFeature(const kmldom::RegionPtr& region) = 0;
H A Dfeature_list_region_handler.h56 virtual kmldom::FeaturePtr GetFeature(const kmldom::RegionPtr& region);
/dports/science/libkml/libkml-1.3.0/src/kml/dom/
H A Dnetworklinkcontrol.h109 void add_feature(const FeaturePtr& feature) { in add_feature()
117 const FeaturePtr& get_feature_array_at(size_t index) const { in get_feature_array_at()
132 std::vector<FeaturePtr> feature_array_;
/dports/science/libkml/libkml-1.3.0/src/kml/engine/
H A Dfeature_balloon.h67 const kmldom::FeaturePtr& feature);
H A Dfeature_view.h44 kmldom::LookAtPtr ComputeFeatureLookAt(const kmldom::FeaturePtr& feature);
H A Dstyle_resolver.h42 kmldom::StylePtr CreateResolvedStyle(const kmldom::FeaturePtr& feature,
H A Dupdate_processor.h74 kmldom::FeaturePtr DeleteFeatureById(const string& id);
H A Dstyle_inliner_internal.h50 static kmldom::FeaturePtr AsNonDocumentFeature(
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/libkml/
H A Dogrlibkmllayer.cpp54 using kmldom::FeaturePtr;
255 FeaturePtr poKmlFeature = nullptr; in OGRLIBKMLLayer()
412 const FeaturePtr poKmlFeature = in GetNextRawFeature()
473 FeaturePtr poKmlFeature = in ICreateFeature()
560 FeaturePtr poKmlFeature = in ISetFeature()
641 FeaturePtr poKmlFeature = in GetFeatureCount()
H A Dogrlibkmlfeature.h38 kmldom::FeaturePtr feat2kml(
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/libkml/
H A Dogrlibkmllayer.cpp54 using kmldom::FeaturePtr;
255 FeaturePtr poKmlFeature = nullptr;
412 const FeaturePtr poKmlFeature =
473 FeaturePtr poKmlFeature =
560 FeaturePtr poKmlFeature =
641 FeaturePtr poKmlFeature =
H A Dogrlibkmlfeature.h38 kmldom::FeaturePtr feat2kml(
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/libkml/
H A Dogrlibkmllayer.cpp54 using kmldom::FeaturePtr;
255 FeaturePtr poKmlFeature = nullptr; in OGRLIBKMLLayer()
412 const FeaturePtr poKmlFeature = in GetNextRawFeature()
473 FeaturePtr poKmlFeature = in ICreateFeature()
560 FeaturePtr poKmlFeature = in ISetFeature()
641 FeaturePtr poKmlFeature = in GetFeatureCount()
H A Dogrlibkmlfeature.h38 kmldom::FeaturePtr feat2kml(
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/recognition/include/pcl/recognition/
H A Dimplicit_shape_model.h247 using FeaturePtr = typename Feature::Ptr; variable
383 FeaturePtr
391 setFeatureEstimator (FeaturePtr feature);
/dports/science/libkml/libkml-1.3.0/examples/helloworld/
H A Dprint.h43 void PrintFeature(const kmldom::FeaturePtr& feature, int depth);
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/libkml/
H A Dogrlibkmlfeaturestyle.cpp70 FeaturePtr poKmlFeature ) in featurestyle2kml()
208 FeaturePtr poKmlFeature, in kml2featurestyle()
H A Dogrlibkmllayer.cpp42 using kmldom::FeaturePtr;
273 FeaturePtr poKmlFeature; in OGRLIBKMLLayer()
454 FeaturePtr poKmlFeature; in GetNextRawFeature()
533 FeaturePtr poKmlFeature = in ICreateFeature()
613 FeaturePtr poKmlFeature = in ISetFeature()
692 FeaturePtr poKmlFeature; in GetFeatureCount()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/input/joysticks/generic/
H A DInputHandling.h64 std::map<FeatureName, FeaturePtr> m_features;

123456