VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfutil
rwSensorSignature.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2005 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: rwSensorSignature.h,v $ $Revision: 1.7 $ $State: Exp $
7
*******************************************************************************/
8
9
#ifndef rwSensorSignature_H_
10
#define rwSensorSignature_H_
11
12
#include "
vrfutil/rwReal.h
"
13
#include "
vrfutil/signatureModifierList.h
"
14
17
22
#include "
vrfutil/vrfutilDefines.h
"
23
class
DT_DLL_vrfutil
DtRwSensorSignature
:
public
DtReaderWriter
24
{
25
private
:
27
DtRwSensorSignature
();
28
29
public
:
31
DtRwSensorSignature
(
const
DtString
& name,
DtReaderWriterRegistry
* parentRegistry = NULL);
32
DtRwSensorSignature
(
const
DtSymbolString
& name,
DtReaderWriterRegistry
* parentRegistry = NULL);
33
36
DtRwSensorSignature
(
const
DtString
& name,
const
DtRwSensorSignature
& orig,
37
DtReaderWriterRegistry
* parentRegistry = NULL);
38
39
DtRwSensorSignature
(
const
DtSymbolString
& name,
const
DtRwSensorSignature
& orig,
40
DtReaderWriterRegistry
* parentRegistry = NULL);
41
42
DtRwSensorSignature
(
const
DtRwSensorSignature
& orig,
DtReaderWriterRegistry
* parentRegistry = NULL);
43
44
DtRwSensorSignature
&
operator=
(
const
DtRwSensorSignature
& orig);
45
46
virtual
~
DtRwSensorSignature
();
47
49
virtual
double
baseSignature()
const
;
50
virtual
void
setBaseSignature(
double
sig);
51
54
virtual
DtSignatureModifierList
& modifierList();
55
virtual
const
DtSignatureModifierList
& modifierList()
const
;
57
59
bool
operator==
(
const
DtRwSensorSignature
&)
const
;
60
bool
operator!=
(
const
DtRwSensorSignature
&)
const
;
61
62
protected
:
63
DtRwReal
myBaseSignature
;
64
DtSignatureModifierList
myModifierList
;
65
};
66
67
#endif
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
)