VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
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/objectSensorPSR.h
"
9
#include "
vrfutil/rwBoolean.h
"
10
13
15
#include "
vrfobjcore/vrfobjcoreDefines.h
"
16
class
DT_DLL_vrfobjcore
DtPassiveSonarSensorPSR
:
public
DtObjectSensorPSR
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 Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)