|
osgEarth 2.1.1
|
Inheritance diagram for KML_Point:
Collaboration diagram for KML_Point:Public Member Functions | |
| virtual void | parseCoords (const Config &conf, KMLContext &cx) |
| void KML_Point::parseCoords | ( | const Config & | conf, |
| KMLContext & | cx | ||
| ) | [virtual] |
Reimplemented from KML_Geometry.
Definition at line 22 of file KML_Point.cpp.
{
_geom = new PointSet();
KML_Geometry::parseCoords( conf, cx );
}
Here is the caller graph for this function:
1.7.3