VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
rngPrbEnt.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1999 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: rngPrbEnt.h,v $ $Revision: 1.9 $ $State: Exp $
7
*******************************************************************************/
8
11
13
14
#ifndef DtRangeProbEntry_H_
15
#define DtRangeProbEntry_H_
16
17
#include "
vrfutil/rdrWritr.h
"
18
#include "
vrfutil/rwEntType.h
"
19
#include <vlutil/vlMachineTypes.h>
20
21
class
DtString
;
22
class
DtReaderWriterRegistry
;
23
class
DtPrbRangeTableEntry
;
24
27
#include "
vrfobjparam/vrfobjparamDefines.h
"
28
class
DT_DLL_vrfobjparam
DtRangeProbEntry
:
public
DtReaderWriter
29
{
30
31
protected
:
33
DtRangeProbEntry
();
34
36
DtRangeProbEntry
(
const
DtString
& name,
DtReaderWriterRegistry
*
37
parentRegistry = NULL);
38
DtRangeProbEntry
(
const
DtSymbolString
& name,
DtReaderWriterRegistry
*
39
parentRegistry = NULL);
40
42
DtRangeProbEntry
(
const
DtString
& name,
const
43
DtRangeProbEntry
& orig,
DtReaderWriterRegistry
*
44
parentRegistry = NULL);
45
DtRangeProbEntry
(
const
DtSymbolString
& name,
const
46
DtRangeProbEntry
& orig,
DtReaderWriterRegistry
*
47
parentRegistry = NULL);
48
49
const
DtRangeProbEntry
&
operator=
(
const
DtRangeProbEntry
& orig);
50
51
public
:
52
54
virtual
~
DtRangeProbEntry
();
55
56
virtual
DtRangeProbEntry
* clone(
const
DtString
& name,
57
DtReaderWriterRegistry
* parentRegistry = NULL)
const
= 0;
58
virtual
DtRangeProbEntry
* clone(
const
DtSymbolString
& name,
59
DtReaderWriterRegistry
* parentRegistry = NULL)
const
= 0;
60
65
virtual
void
getProbabilities(DtReal range,
DtPrbRangeTableEntry
* entry) = 0;
66
71
virtual
void
setEntityType(
const
DtEntityType& entityType);
72
virtual
const
DtRwEntityType
& entityType()
const
;
74
75
protected
:
79
83
DtRwEntityType
myEntityType
;
84
86
};
87
88
#endif
89
90
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
)