VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)