VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
subsurfaceParameters.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2007 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: subsurfaceParameters.h,v $ $Revision: 1.2 $ $State: Exp $
7
*******************************************************************************/
8
11
13
14
#ifndef subsurfaceParameters_h
15
#define subsurfaceParameters_h
16
17
#include "
vrfobjparam/vrfobjparamDefines.h
"
18
#include "
vrfobjparam/rotWingPar.h
"
19
24
class
DT_DLL_vrfobjparam
DtSubsurfaceEntityParameters
:
public
DtRotaryWingEntityParameters
25
{
26
public
:
27
29
DtSubsurfaceEntityParameters
(
const
DtString
& rwName = DtString::nullString(),
30
DtReaderWriterRegistry
* parentRegistry = 0);
31
32
protected
:
34
DtSubsurfaceEntityParameters
(
const
DtSubsurfaceEntityParameters
& orig,
35
const
DtString
& rwName = DtString::nullString(),
36
DtReaderWriterRegistry
* parentRegistry = 0);
37
38
public
:
39
const
DtSubsurfaceEntityParameters
&
operator
=
40
(
const
DtSubsurfaceEntityParameters
& orig);
41
43
virtual
~
DtSubsurfaceEntityParameters
();
44
46
virtual
DtVrfObjectParameters
*
clone
47
(
const
DtSymbolString
& rwName,
48
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
49
51
virtual
DtVrfObjectParameters
*
clone
52
(
const
DtString
& rwName = DtString::nullString(),
53
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
54
57
virtual
DtString
type
()
const
;
58
60
static
DtVrfObjectParameters
*
creator
();
61
};
62
63
#endif
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)