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