Changeset 7665


Ignore:
Timestamp:
03/22/11 09:52:19 (14 years ago)
Author:
jschierm
Message:

KML: added KML c++ objects to objects.h.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/objects.h

    r7089 r7665  
    4343#include "./Elements/TriaHook.h"
    4444#include "./Elements/TriaRef.h"
     45
     46/*KML parsing objects: */
     47#include "./KML/KML_ColorStyle.h"
     48#include "./KML/KML_Container.h"
     49#include "./KML/KML_Document.h"
     50#include "./KML/KML_Feature.h"
     51#include "./KML/KML_Folder.h"
     52#include "./KML/KML_Geometry.h"
     53#include "./KML/KML_LinearRing.h"
     54#include "./KML/KML_LineString.h"
     55#include "./KML/KML_LineStyle.h"
     56#include "./KML/KML_MultiGeometry.h"
     57#include "./KML/KML_Object.h"
     58#include "./KML/KML_Placemark.h"
     59#include "./KML/KML_Polygon.h"
     60#include "./KML/KML_PolyStyle.h"
     61#include "./KML/KML_Style.h"
     62#include "./KML/KML_StyleSelector.h"
     63#include "./KML/KML_SubStyle.h"
    4564
    4665/*Inputs: */
Note: See TracChangeset for help on using the changeset viewer.