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
vrfobjcore
passiveSonarSensorPSR.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2005 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
6
#pragma once
7
8
#include "
vrfobjcore/signatureObjectSensorPSR.h
"
9
#include "
vrfutil/rwBoolean.h
"
10
13
15
#include "
vrfobjcore/vrfobjcoreDefines.h
"
16
class
DT_DLL_vrfobjcore
DtPassiveSonarSensorPSR
:
public
DtSignatureObjectSensorPSR
17
{
18
public
:
19
21
DtPassiveSonarSensorPSR
(
DtVrfObject
* vrfObject,
22
const
DtString
& rwName = DtString::nullString(),
23
DtReaderWriterRegistry
* parentRegistry = 0);
24
26
DtPassiveSonarSensorPSR
(
const
DtPassiveSonarSensorPSR
& orig,
27
const
DtString
& rwName = DtString::nullString(),
28
DtReaderWriterRegistry
* parentRegistry = 0);
29
31
virtual
~
DtPassiveSonarSensorPSR
();
32
34
DtPassiveSonarSensorPSR
&
operator=
(
const
DtPassiveSonarSensorPSR
& orig);
35
37
virtual
DtVrfProcessStateRepository
*
clone
(
38
const
DtString
& rwName = DtString::nullString(),
39
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
40
42
virtual
DtString
type
()
const
;
43
44
virtual
void
setDepth(DtReal depth);
45
virtual
DtReal depth()
const
;
46
47
virtual
bool
depthSpecified()
const
;
48
virtual
void
setDepthSpecified(
bool
specified);
49
51
static
DtVrfProcessStateRepository
*
creator
(
const
DtString
& rwName,
52
DtVrfObject
* vrfObject,
DtReaderWriterRegistry
* parentRegistry);
53
54
protected
:
55
DtRwReal
myDepth
;
56
57
};
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)