VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vpfLineFeatureTile.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2006 MAK Technologies, Inc.** All rights reserved.
3 ******************************************************************************/
4 /******************************************************************************
5 * $RCSfile: vmapLineFeatureTile.h,v $ $Revision: 1.10 $ $State: Exp $
6 ******************************************************************************/
7 #ifndef VMAP_LINEAR_FEATURE_TILE_H_
8 #define VMAP_LINEAR_FEATURE_TILE_H_
9 
12 
13 #include "vmap/vpfTile.h"
14 #include "vmap/vmapDefines.h"
15 
20 {
21  public:
25  DtVpfLineFeatureTile(DtVpfDatabase* db, const DtString& themePath,
26  int tileID, DtVpfTable* featureTable);
27 
29  virtual ~DtVpfLineFeatureTile();
30 
33  virtual bool initTile();
34 
37  virtual bool loadFeatures(DtVectorNetwork* vectorNetwork);
38 
39  private:
42 
45 
46  protected:
50 };
51 
52 #endif

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)