VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
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/laserGuidedLauncherDesc.h
"
15
#include "
vrfobjparam/targetSelectCriteria.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 Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)