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
vrfobjparam
integratedLaserGuidedLauncherDescriptor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2018 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
11
12
#pragma once
13
14
#include "
vrfobjparam/laserGuidedLauncherControllerDescriptor.h
"
15
#include "
vrfobjparam/targetSelectionCriteria.h
"
16
#include "
vrfobjparam/targetingControlTable.h
"
17
21
class
DT_DLL_vrfobjparam
DtIntegratedLaserGuidedLauncherDescriptor
:
public
DtLaserGuidedLauncherControllerDescriptor
22
{
23
public
:
25
DtIntegratedLaserGuidedLauncherDescriptor
(
const
DtString
& name,
26
DtReaderWriterRegistry
* parentRegistry = NULL);
27
29
DtIntegratedLaserGuidedLauncherDescriptor
(
30
const
DtIntegratedLaserGuidedLauncherDescriptor
& orig,
31
DtReaderWriterRegistry
* parentRegistry = NULL);
32
34
DtIntegratedLaserGuidedLauncherDescriptor
&
operator=
(
const
35
DtIntegratedLaserGuidedLauncherDescriptor
& orig);
36
38
virtual
~
DtIntegratedLaserGuidedLauncherDescriptor
();
39
42
virtual
DtString
type
()
const
;
43
44
virtual
DtComponentDescriptor
*
clone
(
45
DtReaderWriterRegistry
* parentRegistry)
const
;
46
48
49
virtual
DtTargetSelectionCriteria
& targetSelectionCriteria();
50
virtual
const
DtTargetSelectionCriteria
& targetSelectionCriteria()
const
;
52
55
virtual
const
DtTargetingControlTable
& targetingControlTable()
const
;
56
virtual
DtTargetingControlTable
& targetingControlTable();
58
61
virtual
void
postGetSelf
();
62
64
static
DtComponentDescriptor
*
creator
();
65
66
protected
:
68
DtIntegratedLaserGuidedLauncherDescriptor
();
69
70
protected
:
71
77
DtTargetSelectionCriteria
myTargetSelectionCriteria
;
78
84
DtTargetingControlTable
myTargetingControlTable
;
85
87
88
};
89
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
)