VR-Forces 4.7 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
vpfAreaFeatureTile.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2006 MAK Technologies, Inc.** All rights reserved.
3
*******************************************************************************/
4
/*******************************************************************************
5
* $RCSfile: vmapAreaFeatureTile.h,v $ $Revision: 1.10 $ $State: Exp $
6
*******************************************************************************/
7
8
#ifndef VMAP_AREA_FEATURE_TILE_H_
9
#define VMAP_AREA_FEATURE_TILE_H_
10
13
14
#include "
vmap/vpfTile.h
"
15
#include "
vmap/vmapDefines.h
"
16
20
class
DT_DLL_vmap
DtVpfAreaFeatureTile
:
public
DtVpfTile
21
{
22
public
:
26
DtVpfAreaFeatureTile
(
DtVpfDatabase
* db,
const
DtString
& themePath,
27
int
tileID,
DtVpfTable
* featureTable);
28
30
virtual
~
DtVpfAreaFeatureTile
();
31
34
virtual
bool
initTile
();
35
39
virtual
bool
loadFeatures
(
DtVectorNetwork
* vectorNetwork);
40
41
private
:
43
DtVpfAreaFeatureTile
(
const
DtVpfAreaFeatureTile
& input);
44
46
DtVpfAreaFeatureTile
&
operator=
(
const
DtVpfAreaFeatureTile
& input);
47
48
protected
:
49
DtVpfTable
*
myFaceTable
;
50
DtVpfTable
*
myRingTable
;
51
DtVpfTable
*
myEdgeTable
;
52
DtVpfTable
*
myEdgeBoundsTable
;
53
DtVpfTable
*
myConnectedNodeTable
;
54
};
55
56
#endif
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)