VR-Forces 4.3.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfobjcore
formationQueryResult.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2004 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: formationQueryResult.h,v $ $Revision: 1.5 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef DtFormationQueryResult_H_
13
#define DtFormationQueryResult_H_
14
15
#include <matrix/vlVector.h>
16
#include <vlutil/vlString.h>
17
#include <vector>
18
#include <map>
19
20
#include "
vrfobjcore/vrfobjcoreDefines.h
"
21
class
DT_DLL_vrfobjcore
DtFormationQueryResult
22
{
23
public
:
24
25
DtFormationQueryResult
();
26
27
DtFormationQueryResult
(
const
DtFormationQueryResult
& orig);
28
29
DtFormationQueryResult
& operator=(
const
DtFormationQueryResult
& orig);
30
31
virtual
void
setEntity(
const
DtString
& entity);
32
virtual
const
DtString
& entity()
const
;
33
35
virtual
void
setPosition(
const
DtVector
& position);
36
virtual
const
DtVector
& position()
const
;
37
41
virtual
void
setLeadingEntity(
const
DtString
& entity);
42
virtual
const
DtString
& leadingEntity()
const
;
43
46
virtual
void
setFollowOffset(
const
DtVector
& followOffset);
47
virtual
const
DtVector
& followOffset()
const
;
48
49
virtual
void
setPositionIndex(
int
positionIndex);
50
virtual
int
positionIndex()
const
;
51
54
55
virtual
void
setSubordinateFormation(
const
DtString
& formationName);
56
virtual
DtString
subordinateFormation()
const
;
58
59
protected
:
60
DtString
myEntity
;
61
DtVector
myPosition
;
62
DtString
myLeadingEntity
;
63
DtVector
myFollowOffset
;
64
int
myPositionIndex
;
65
DtString
mySubordinateFormation
;
66
};
67
68
#endif
69
Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)