VR-Forces 4.5 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
vrfobjparam
integratedLaserGuidedLauncherDescriptor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2012 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
20
class
DT_DLL_vrfobjparam
DtIntegratedLaserGuidedLauncherDescriptor
:
public
DtLaserGuidedLauncherControllerDescriptor
21
{
22
public
:
24
DtIntegratedLaserGuidedLauncherDescriptor
(
const
DtString
& name,
25
DtReaderWriterRegistry
* parentRegistry = NULL);
26
28
DtIntegratedLaserGuidedLauncherDescriptor
(
29
const
DtIntegratedLaserGuidedLauncherDescriptor
& orig,
30
DtReaderWriterRegistry
* parentRegistry = NULL);
31
33
DtIntegratedLaserGuidedLauncherDescriptor
&
operator=
(
const
34
DtIntegratedLaserGuidedLauncherDescriptor
& orig);
35
37
virtual
~
DtIntegratedLaserGuidedLauncherDescriptor
();
38
41
virtual
DtString
type
()
const
;
42
43
virtual
DtComponentDescriptor
*
clone
(
44
DtReaderWriterRegistry
* parentRegistry)
const
;
45
47
48
virtual
DtTargetSelectionCriteria
& targetSelectionCriteria();
49
virtual
const
DtTargetSelectionCriteria
& targetSelectionCriteria()
const
;
51
53
static
DtComponentDescriptor
*
creator
();
54
55
protected
:
57
DtIntegratedLaserGuidedLauncherDescriptor
();
58
59
protected
:
60
66
DtTargetSelectionCriteria
myTargetSelectionCriteria
;
68
69
};
70
Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)