WhirlyGlobe  1.1
A 3D interactive globe toolkit for ios
/Users/sjg/iPhone/WhirlyGlobe/WhirlyGlobeSrc/WhirlyGlobeLib/include/WhirlyGlobe.h
00001 /*
00002  *  WhirlyGlobe.h
00003  *  WhirlyGlobeLib
00004  *
00005  *  Created by Steve Gifford on 1/12/11.
00006  *  Copyright 2011 mousebird consulting
00007  *
00008  *  Licensed under the Apache License, Version 2.0 (the "License");
00009  *  you may not use this file except in compliance with the License.
00010  *  You may obtain a copy of the License at
00011  *  http://www.apache.org/licenses/LICENSE-2.0
00012  *
00013  *  Unless required by applicable law or agreed to in writing, software
00014  *  distributed under the License is distributed on an "AS IS" BASIS,
00015  *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00016  *  See the License for the specific language governing permissions and
00017  *  limitations under the License.
00018  *
00019  */
00020 
00021 #import "Identifiable.h"
00022 #import "WhirlyVector.h"
00023 #import "WhirlyGeometry.h"
00024 #import "GlobeMath.h"
00025 #import "GlobeView.h"
00026 #import "AnimateRotation.h"
00027 #import "AnimateViewMomentum.h"
00028 #import "GlobeScene.h"
00029 #import "SphericalEarthLayer.h"
00030 #import "GridLines.h"
00031 #import "UIImage+Stuff.h"
00032 #import "TextureGroup.h"
00033 #import "SceneRendererES1.h"
00034 #import "EAGLView.h"
00035 #import "PinchDelegate.h"
00036 #import "SwipeDelegate.h"
00037 #import "PanDelegate.h"
00038 #import "TapDelegate.h"
00039 #import "LongPressDelegate.h"
00040 #import "RotateDelegate.h"
00041 #import "LayerThread.h"
00042 #import "VectorData.h"
00043 #import "VectorDatabase.h"
00044 #import "ShapeReader.h"
00045 #import "VectorLayer.h"
00046 #import "LabelLayer.h"
00047 #import "VectorLoader.h"
00048 #import "TextureAtlas.h"
00049 #import "LayerThread.h"
00050 #import "DataLayer.h"
00051 #import "NSDictionary+Stuff.h"
00052 #import "UIColor+Stuff.h"
00053 #import "DrawCost.h"