VR-Forces Development_Version 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
vrfplanmgr
surrenderSearch.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: surrenderSrch.h,v $ $Revision: 1.1 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef DtSurrenderSearch_H_
13
#define DtSurrenderSearch_H_
14
15
#include <vlutil/vlString.h>
16
#include <vlutil/vlMachineTypes.h>
17
#include "
vrfobjcore/simSubordinateSearch.h
"
18
19
20
class
DtVrfObject
;
21
30
31
#include "
vrfplanmgr/vrfplanmgrDefines.h
"
32
class
DT_DLL_vrfplanmgr
DtSurrenderSearch
:
public
DtSimSubordinateSearch
33
{
34
public
:
35
37
DtSurrenderSearch
();
38
40
virtual
~
DtSurrenderSearch
();
41
42
void
setSurrenderTestValue(
bool
);
43
bool
surrenderTestValue()
const
;
44
45
protected
:
46
48
virtual
bool
initializeSearch
(
const
DtVrfObjectManager
* vrfObjectManager);
49
51
virtual
bool
inspectEntity
(
const
DtVrfObject
& entity);
52
56
virtual
bool
searchSubordinates
(
const
DtVrfObject
& pAggEntity);
57
59
virtual
bool
isValidEntity
(
const
DtVrfObject
& entity);
60
61
private
:
63
DtSurrenderSearch
(
const
DtSurrenderSearch
& orig);
64
66
DtSurrenderSearch
&
operator=
(
const
DtSurrenderSearch
& orig);
67
68
protected
:
69
bool
mySurrenderTestVal
;
70
};
71
72
73
inline
void
DtSurrenderSearch::setSurrenderTestValue
(
bool
b)
74
{
75
mySurrenderTestVal
= b;
76
}
77
78
inline
bool
DtSurrenderSearch::surrenderTestValue
()
const
79
{
80
return
mySurrenderTestVal
;
81
}
82
83
#endif
Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)