VR-Forces 4.3.1 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
prbRangeDeterminant.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1999 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: rngDeterm.h,v $ $Revision: 1.11 $ $State: Exp $
7
*******************************************************************************/
8
11
13
14
#ifndef DtPrbRangeDeterminant_H_
15
#define DtPrbRangeDeterminant_H_
16
17
#include "
vrfutil/readerWriter.h
"
18
#include <vlutil/vlMachineTypes.h>
19
20
class
DtString
;
21
class
DtReaderWriterRegistry
;
22
class
DtPrbRangeTableEntry
;
23
27
#include "
vrfobjparam/vrfobjparamDefines.h
"
28
class
DT_DLL_vrfobjparam
DtPrbRangeDeterminant
:
public
DtReaderWriter
29
{
30
31
protected
:
33
DtPrbRangeDeterminant
();
34
36
DtPrbRangeDeterminant
(
const
DtString
& name,
DtReaderWriterRegistry
*
37
parentRegistry = NULL);
38
DtPrbRangeDeterminant
(
const
DtSymbolString& name,
DtReaderWriterRegistry
*
39
parentRegistry = NULL);
40
42
DtPrbRangeDeterminant
(
const
DtString
& name,
const
43
DtPrbRangeDeterminant
& orig,
DtReaderWriterRegistry
*
44
parentRegistry = NULL);
45
DtPrbRangeDeterminant
(
const
DtSymbolString& name,
const
46
DtPrbRangeDeterminant
& orig,
DtReaderWriterRegistry
*
47
parentRegistry = NULL);
48
49
const
DtPrbRangeDeterminant
&
operator=
(
const
50
DtPrbRangeDeterminant
& orig);
51
53
virtual
~
DtPrbRangeDeterminant
();
54
55
virtual
DtPrbRangeDeterminant
* clone(
const
DtString
& name,
56
DtReaderWriterRegistry
* parentRegistry = NULL)
const
= 0;
57
virtual
DtPrbRangeDeterminant
* clone(
const
DtSymbolString& name,
58
DtReaderWriterRegistry
* parentRegistry = NULL)
const
= 0;
59
60
public
:
63
virtual
void
getProbabilities(DtReal range,
DtPrbRangeTableEntry
* entry) = 0;
64
66
virtual
double
getMaximumDamageRadius() = 0;
67
68
};
69
70
#endif
71
72
73
Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)