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