VR-Forces 4.6 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
vrfmodel
propulsionNoiseGenerator.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2015 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
11
12
#include "
vrfobjcore/simComponent.h
"
13
#include "
vrfmodel/vrfPropulsionNoiseSystem.h
"
14
#include "
vrfmodel/vrfmodelDefines.h
"
15
16
class
DT_DLL_vrfmodel
DtPropulsionNoiseGenerator
:
public
DtSimComponent
17
{
18
private
:
20
DtPropulsionNoiseGenerator
();
21
23
DtPropulsionNoiseGenerator
(
const
DtPropulsionNoiseGenerator
& orig);
24
26
const
DtPropulsionNoiseGenerator
&
operator=
(
27
const
DtPropulsionNoiseGenerator
& orig);
28
29
public
:
30
33
DtPropulsionNoiseGenerator
(
const
DtString
& name,
34
DtVrfObject
* owner,
35
DtSimManager
* simManager,
36
DtComponentDescriptor
* desc = 0,
37
DtReaderWriterRegistry
* parentRegistry = 0);
38
39
virtual
~
DtPropulsionNoiseGenerator
();
40
43
virtual
const
char
*
type
()
const
;
44
45
virtual
void
preFirstTickInit
();
46
virtual
void
tick
();
47
virtual
bool
createAndInitPropulsionNoiseSystem();
48
49
static
DtSimComponent
* creator(
const
DtString
& name,
50
DtVrfObject
* owner,
51
DtSimManager
* simManager,
52
DtComponentDescriptor
* desc = 0,
53
DtReaderWriterRegistry
* parentRegistry = 0);
54
55
protected
:
56
DtVrfPropulsionNoiseSystem
*
myPropulsionNoiseSystem
;
57
};
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)