VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
standardPropagatorDesc.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 standardPropagatorDesc_H_
16
#define standardPropagatorDesc_H_
17
18
#include "
vrfobjparam/signaturePropagatorDesc.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
60
private
:
62
DtStandardPropagatorDescriptor
();
63
64
protected
:
68
73
DtRwBoolean
myCheckLineOfSight
;
74
76
};
77
78
#endif
79
80
81
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)