VR-Forces 4.1.1 Class Documentation
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 
19 #include "symbolDrawer/bmpDrawer.h"
20 
21 class DtModelData;
22 
24 {
25 public:
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:
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)