VR-Forces 4.1.1 Class Documentation
formationRecord.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2004 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: formationRecord.h,v $ $Revision: 1.4 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef DtFormationRecord_H_
13 #define DtFormationRecord_H_
14 
15 #include <matrix/vlVector.h>
16 #include <vector>
17 #include <map>
18 
20 
23 {
24 public:
25 
27 
29 
30  DtFormationRecord& operator=(const DtFormationRecord& orig);
31 
33  virtual DtFormationRecord* clone() const;
34 
35  virtual void setPositionIndex(int index);
36  virtual int positionIndex() const;
37 
38  virtual void setLeadingPositionIndex(int index);
39  virtual int leadingPositionIndex() const;
40 
41  virtual void setPositionRelativeToLeader(const DtVector& position);
42  virtual const DtVector& positionRelativeToLeader() const;
43 
44  virtual void setSubordinateFormation(const DtString& formationName);
45  virtual DtString subordinateFormation() const;
46 
47 protected:
52 };
53 
54 #endif
55 

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)