VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
drawertdb
terrainFeatureDrawer.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2006 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: terrainFeatureDrawer.h,v $ $Revision: 1.6 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef TERRAINFEATUREDRAWER_H
13
#define TERRAINFEATUREDRAWER_H
14
15
#include "
drawertdb/drawertdbDefines.h
"
16
#include "
drawertdb/terrainPolygonDrawer.h
"
17
18
#include <vlutil/vlList.h>
19
#include <vlutil/vlHashlist.h>
20
22
23
class
DtVectorNetwork
;
24
25
class
DT_DLL_drawertdb
DtTerrainFeatureDrawer
:
public
DtTerrainPolygonDrawer
26
{
27
public
:
28
DtTerrainFeatureDrawer
();
29
DtTerrainFeatureDrawer
(
const
DtTerrainFeatureDrawer
&);
30
31
virtual
~
DtTerrainFeatureDrawer
();
32
33
const
DtTerrainFeatureDrawer
&
operator=
(
const
DtTerrainFeatureDrawer
&);
34
39
virtual
void
setFeatureDrawOrder(DtList* list);
40
41
virtual
void
setFillArealFeatures(
bool
);
42
44
virtual
void
cleanupFeatureDrawOrderList();
45
46
static
DtTerrainFeatureDrawer
*
create
();
47
48
protected
:
49
virtual
void
internalDraw
(
const
DtTerrainDatabase
*,
const
DtViewportExtents
*,
DtPrimitiveDrawer
* painter);
50
51
virtual
void
drawVectorNetwork(
bool
isGeod,
const
DtVectorNetwork
* network,
52
const
DtHomogeneousTransfMatrix
& matrix,
53
DtHashList* segmentList,
const
DtViewportExtents
* v,
DtPrimitiveDrawer
* painter);
54
55
protected
:
56
DtList*
myFeatureDrawOrderList
;
57
bool
myFillArealFeatures
;
58
};
59
60
#endif
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)