VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
turScanDesc.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: turScanDesc.h,v $ $Revision: 1.11 $ $State: Exp $
7
*******************************************************************************/
8
11
14
15
#ifndef DtTurretScanComponentDescriptor_H_
16
#define DtTurretScanComponentDescriptor_H_
17
18
#include "
vrfobjparam/compDesc.h
"
19
#include "
vrfutil/rwInt.h
"
20
#include "
vrfutil/rwReal.h
"
21
#include "
vrfutil/rwBoolean.h
"
22
#include <vlpi/disEnums.h>
23
24
class
DtReaderWriterRegistry
;
25
29
#include "
vrfobjparam/vrfobjparamDefines.h
"
30
class
DT_DLL_vrfobjparam
DtTurretScanComponentDescriptor
:
public
DtComponentDescriptor
31
{
32
public
:
34
DtTurretScanComponentDescriptor
(
const
DtString
& name,
35
DtReaderWriterRegistry
* parentRegistry = 0);
36
38
DtTurretScanComponentDescriptor
(
const
DtTurretScanComponentDescriptor
& orig,
39
DtReaderWriterRegistry
* parentRegistry = 0);
40
42
DtTurretScanComponentDescriptor
&
operator=
(
const
43
DtTurretScanComponentDescriptor
& orig);
44
46
virtual
~
DtTurretScanComponentDescriptor
();
47
50
virtual
DtString
type
()
const
;
51
52
55
virtual
DtReal scanRate()
const
;
56
virtual
void
setScanRate(DtReal scanRate);
58
59
62
virtual
DtReal minimumScanWidth()
const
;
63
virtual
void
setMinimumScanWidth(DtReal scanWidth);
65
66
69
virtual
bool
scanSor()
const
;
70
virtual
void
setScanSor(
bool
scanSor);
72
73
virtual
DtComponentDescriptor
*
clone
(
DtReaderWriterRegistry
* parentRegistry
74
= 0)
const
;
75
77
static
DtComponentDescriptor
*
creator
();
78
79
protected
:
81
DtTurretScanComponentDescriptor
();
82
83
protected
:
87
93
DtRwReal
myScanRate
;
94
103
DtRwReal
myMinimumScanWidth
;
104
109
DtRwBoolean
myScanSor
;
110
112
};
113
114
#endif
115
116
117
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)