VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vmap
vmapLineFeatureTile.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/vmapTile.h
"
14
#include "
vmap/vmapDefines.h
"
15
19
class
DT_DLL_vmap
DtVpfLineFeatureTile
:
public
DtVpfTile
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
:
41
DtVpfLineFeatureTile
(
const
DtVpfLineFeatureTile
& input);
42
44
DtVpfLineFeatureTile
&
operator=
(
const
DtVpfLineFeatureTile
& input);
45
46
protected
:
47
DtVpfTable
*
myEdgeTable
;
48
DtVpfTable
*
myEdgeBoundsTable
;
49
DtVpfTable
*
myConnectedNodeTable
;
50
};
51
52
#endif
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)