VR-Forces 4.6 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
turretScanComponentDescriptor.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/componentDescriptor.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 Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)