Home
last modified time | relevance | path

Searched refs:GxLatLonQuad (Results 1 – 8 of 8) sorted by relevance

/dports/science/libkml/libkml-1.3.0/src/kml/dom/
H A Doverlay.cc122 GxLatLonQuad::GxLatLonQuad() { in GxLatLonQuad() function in kmldom::GxLatLonQuad
126 GxLatLonQuad::~GxLatLonQuad() {} in ~GxLatLonQuad()
128 void GxLatLonQuad::AddElement(const ElementPtr& element) { in AddElement()
136 void GxLatLonQuad::Serialize(Serializer& serializer) const { in Serialize()
144 void GxLatLonQuad::Accept(Visitor* visitor) { in Accept()
148 void GxLatLonQuad::AcceptChildren(VisitorDriver* driver) { in AcceptChildren()
H A Doverlay.h164 class GxLatLonQuad : public Object {
166 virtual ~GxLatLonQuad();
189 GxLatLonQuad();
195 LIBKML_DISALLOW_EVIL_CONSTRUCTORS(GxLatLonQuad);
H A Dkml_factory.cc473 GxLatLonQuad* KmlFactory::CreateGxLatLonQuad() const { in CreateGxLatLonQuad()
474 return new GxLatLonQuad(); in CreateGxLatLonQuad()
H A Dkml_factory.h128 GxLatLonQuad* CreateGxLatLonQuad() const;
H A Dkml_ptr.h134 class GxLatLonQuad; variable
251 typedef boost::intrusive_ptr<GxLatLonQuad> GxLatLonQuadPtr;
H A Dkml_cast.h211 return ElementCast<GxLatLonQuad>(element); in AsGxLatLonQuad()
/dports/science/libkml/libkml-1.3.0/src/swig/
H A Dkmldom.i163 SWIG_INTRUSIVE_PTR_DERIVED(GxLatLonQuad, kmldom::Object,
164 kmldom::GxLatLonQuad)
H A Dlibkml_kmlelements.i624 %nodefaultctor GxLatLonQuad;
625 class GxLatLonQuad : public Object {