VR-Forces 4.6.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vmap
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
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 Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)