VR-Forces 4.6.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfobjparam
standardPropagatorDescriptor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2005 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: standardPropagatorDesc.h,v $ $Revision: 1.5 $ $State: Exp $
7
*******************************************************************************/
8
11
14
15
#ifndef standardPropagatorDescriptor_H_
16
#define standardPropagatorDescriptor_H_
17
18
#include "
vrfobjparam/signaturePropagatorDescriptor.h
"
19
#include "
vrfutil/rwBoolean.h
"
20
23
#include "
vrfobjparam/vrfobjparamDefines.h
"
24
class
DT_DLL_vrfobjparam
DtStandardPropagatorDescriptor
:
public
DtSignaturePropagatorDescriptor
25
{
26
public
:
28
DtStandardPropagatorDescriptor
(
const
DtString
& name,
29
DtReaderWriterRegistry
* parentRegistry = NULL);
30
31
DtStandardPropagatorDescriptor
(
const
DtSymbolString
& name,
32
DtReaderWriterRegistry
* parentRegistry = NULL);
33
35
DtStandardPropagatorDescriptor
(
const
DtStandardPropagatorDescriptor
& orig,
36
DtReaderWriterRegistry
* parentRegistry = NULL);
37
39
DtStandardPropagatorDescriptor
&
operator=
(
40
const
DtStandardPropagatorDescriptor
& orig);
41
42
virtual
~
DtStandardPropagatorDescriptor
();
43
46
virtual
DtString
type
()
const
;
47
48
virtual
DtSignaturePropagatorDescriptor
*
clone
(
49
DtReaderWriterRegistry
* parentRegistry = NULL)
const
;
50
52
static
DtSignaturePropagatorDescriptor
*
creator
();
53
56
virtual
bool
checkLineOfSight()
const
;
57
virtual
void
setCheckLineOfSight(
bool
yesNo);
59
62
virtual
DtString
defaultFeatureLosQuery()
const
;
63
virtual
void
setDefaultFeatureLosQuery(
const
DtString
& query);
65
68
virtual
DtString
highAltitudeFeatureLosQuery()
const
;
69
virtual
void
setHighAltitudeFeatureLosQuery(
const
DtString
& query);
71
72
private
:
74
DtStandardPropagatorDescriptor
();
75
76
protected
:
80
85
DtRwBoolean
myCheckLineOfSight
;
86
91
DtRwString
myDefaultFeatureLosQuery
;
92
97
DtRwString
myHighAltitudeFeatureLosQuery
;
98
100
};
101
102
#endif
103
104
105
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)