VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
surfEntPar.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2002 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: surfEntPar.h,v $ $Revision: 1.15 $ $State: Exp $
7
*******************************************************************************/
8
11
13
14
#ifndef DtSurfaceEntityParameters_H_
15
#define DtSurfaceEntityParameters_H_
16
17
#include "
vrfobjparam/mvObjParams.h
"
18
#include "
vrfutil/rwReal.h
"
19
20
class
DtString
;
21
class
DtReaderWriterRegistry
;
22
23
#include "
vrfobjparam/vrfobjparamDefines.h
"
24
class
DT_DLL_vrfobjparam
DtSurfaceEntityParameters
:
public
DtMovingObjectParameters
25
{
26
public
:
28
DtSurfaceEntityParameters
(
const
DtString
& rwName = DtString::nullString(),
29
DtReaderWriterRegistry
* parentRegistry = 0);
30
31
protected
:
33
DtSurfaceEntityParameters
(
const
DtSurfaceEntityParameters
& orig,
34
const
DtString
& rwName = DtString::nullString(),
35
DtReaderWriterRegistry
* parentRegistry = 0);
36
37
public
:
38
40
static
DtVrfObjectParameters
*
creator
();
41
42
const
DtSurfaceEntityParameters
&
operator=
(
43
const
DtSurfaceEntityParameters
& orig);
44
46
virtual
~
DtSurfaceEntityParameters
();
47
48
virtual
DtVrfObjectParameters
*
clone
(
49
const
DtString
& rwName = DtString::nullString(),
50
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
51
52
virtual
DtVrfObjectParameters
*
clone
53
(
const
DtSymbolString
& name,
54
DtReaderWriterRegistry
* parentRegistry = NULL)
const
;
55
58
virtual
DtString
type
()
const
;
59
62
virtual
bool
inheritValues
(
const
DtVrfObjectParameters
* benefactor);
63
64
virtual
void
inheritValuesFromThisType
(
65
const
DtSurfaceEntityParameters
* benefactor);
66
68
virtual
void
setDefaults ();
69
70
protected
:
71
};
72
73
#endif
74
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
)