VR-Forces 4.3 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
vrfmodel
aggregateIndirectFireController.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#include "
vrfmodel/scriptEnableController.h
"
12
13
class
DtRwSensorContactInfo
;
14
class
DtAggregateIndirectFireControllerDescriptor
;
15
27
class
DT_DLL_vrfmodel
DtAggregateIndirectFireController
:
public
DtScriptEnableController
28
{
29
public
:
31
DtAggregateIndirectFireController
(
const
DtString
& name,
DtVrfObject
* owner,
32
DtSimManager
* simManager,
DtComponentDescriptor
* desc = NULL,
33
DtReaderWriterRegistry
* parentRegistry = 0);
34
36
virtual
~
DtAggregateIndirectFireController
();
37
38
private
:
40
DtAggregateIndirectFireController
(
const
DtAggregateIndirectFireController
& orig);
41
43
DtAggregateIndirectFireController
&
operator=
(
const
DtAggregateIndirectFireController
& orig);
44
45
public
:
46
virtual
DtString
type
()
const
;
47
49
virtual
bool
init
();
50
51
virtual
void
preFirstTickInit
();
52
55
57
static
DtReaderWriter
* provideAvailablePostures(
void
* ctrlr);
59
61
static
DtSimComponent
*
creator
(
const
DtString
& name,
DtVrfObject
* owner,
62
DtSimManager
* simManager,
DtComponentDescriptor
* desc,
63
DtReaderWriterRegistry
* parentRegistry);
64
65
protected
:
66
virtual
const
DtAggregateIndirectFireControllerDescriptor
* getDescriptor();
67
const
DtAggregateIndirectFireControllerDescriptor
*
myIndirectFireDesc
;
68
};
69
Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)