VR-Forces Development_Version 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
vrfobjparam
engineeringObjectSensorDescriptor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2014 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
11
12
#pragma once
13
14
#include "
vrfobjparam/objectSensorDescriptor.h
"
15
#include "
vrfutil/rwBoolean.h
"
16
#include "
vrfobjparam/vrfobjparamDefines.h
"
17
20
class
DT_DLL_vrfobjparam
DtEngineeringObjectSensorDescriptor
:
public
DtObjectSensorDescriptor
21
{
22
private
:
24
DtEngineeringObjectSensorDescriptor
();
25
26
public
:
28
DtEngineeringObjectSensorDescriptor
(
const
DtString
& name,
29
DtReaderWriterRegistry
* parentRegistry = 0);
30
32
DtEngineeringObjectSensorDescriptor
(
const
DtEngineeringObjectSensorDescriptor
&
33
orig,
DtReaderWriterRegistry
* parentRegistry = 0);
34
36
DtEngineeringObjectSensorDescriptor
&
operator=
(
const
37
DtEngineeringObjectSensorDescriptor
& orig);
38
40
virtual
~
DtEngineeringObjectSensorDescriptor
();
41
44
virtual
DtString
type
()
const
;
45
46
virtual
DtComponentDescriptor
*
clone
(
47
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
48
50
static
DtComponentDescriptor
*
creator
();
51
54
virtual
DtReal engineeringObjectDetectionRange()
const
;
55
virtual
void
setEngineeringObjectDetectionRange(DtReal range);
57
60
virtual
DtReal probabilityToDetectConcealed()
const
;
61
virtual
void
setProbabilityToDetectConcealed(DtReal prob);
63
64
protected
:
65
69
75
DtRwReal
myEngineeringObjectRange
;
76
82
DtRwReal
myProbabilityToDetectConcealed
;
83
85
86
};
87
Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)