VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfobjcore
limitExistencePSR.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2004 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
6
#pragma once
7
8
#include "
vrfobjcore/vrfProcessStateRepository.h
"
9
#include <
readerWriter/rwReal.h
>
10
16
17
#include "
vrfobjcore/vrfobjcoreDefines.h
"
18
class
DT_DLL_vrfobjcore
DtLimitExistencePSR
:
public
DtVrfProcessStateRepository
19
{
20
public
:
21
23
DtLimitExistencePSR
(
DtVrfObject
* vrfObject,
24
const
DtString
& rwName = DtString::nullString(),
25
DtReaderWriterRegistry
* parentRegistry = 0);
26
28
DtLimitExistencePSR
(
const
DtLimitExistencePSR
& orig,
29
const
DtString
& rwName = DtString::nullString(),
30
DtReaderWriterRegistry
* parentRegistry = 0);
31
33
virtual
~
DtLimitExistencePSR
();
34
36
DtLimitExistencePSR
&
operator=
(
const
DtLimitExistencePSR
& orig);
37
39
virtual
DtVrfProcessStateRepository
*
clone
(
40
const
DtString
& rwName = DtString::nullString(),
41
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
42
44
virtual
DtString
type
()
const
;
45
47
virtual
void
setElapsedTime(
double
time);
48
virtual
double
elapsedTime()
const
;
49
50
public
:
51
53
static
DtVrfProcessStateRepository
* creator (
const
DtString
& rwName,
54
DtVrfObject
* vrfObject,
DtReaderWriterRegistry
* parentRegistry);
55
56
protected
:
57
60
DtRwReal
myElapsedTimeSinceCreation
;
61
};
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)