VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
entityEditorImpl
formationSymbolMapper.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2008 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: formationSymbolMapper.h,v $ $Revision: 1.3 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef DTFORMATIONSYMBOLMAPPER_H_
13
#define DTFORMATIONSYMBOLMAPPER_H_
14
15
#include "
entityEditorImpl/entityEditorImplDefines.h
"
16
#include "
entityEditorImpl/entityEditorSymbolMapper.h
"
17
#include "
symbolDrawer/resizableCircleDrawer.h
"
18
#include "
symbolDrawer/polygonDrawer.h
"
19
#include "
symbolDrawer/bmpDrawer.h
"
20
21
class
DtModelData
;
22
23
class
DT_DLL_entityeditorimpl
DtFormationSymbolMapper
:
public
DtEntityEditorSymbolMapper
24
{
25
public
:
26
DtFormationSymbolMapper
();
27
28
virtual
DtSymbol
*
createMainSymbol
(
const
DtEntityMapperKey
& emk,
int
force);
29
30
protected
:
31
virtual
DtSymbol
*
createSymbol
(
const
DtModelData
& d);
32
virtual
DtPolygonSymbol
* addBoundingBox(
const
DtModelData
& d,
DtCompositeSymbol
*);
33
34
protected
:
35
DtResizableCircleDrawer
myRootNodeDrawer
;
36
DtPolygonDrawer
myBoundingBoxDrawer
;
37
DtBMPDrawer
myBmpDrawer
;
38
};
39
40
#endif
41
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
)