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
vrfplanmgr
entLeftOfLineSearch.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2015 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
#pragma once
9
10
#include <vlutil/vlString.h>
11
#include <vlutil/vlMachineTypes.h>
12
#include "
vrfobjcore/simSubordinateSearch.h
"
13
#include <
vrfutil/rwUUID.h
>
14
15
class
DtSimVrfObject;
16
22
#include "
vrfplanmgr/vrfplanmgrDefines.h
"
23
class
DT_DLL_vrfplanmgr
DtEntLeftOfLineSearch
:
public
DtSimSubordinateSearch
24
{
25
public
:
26
28
DtEntLeftOfLineSearch
();
29
30
DtEntLeftOfLineSearch
(
const
DtUUID
&);
31
33
virtual
~
DtEntLeftOfLineSearch
();
34
37
virtual
const
DtUUID
& line()
const
;
38
41
virtual
void
setLine(
const
DtUUID
&);
42
43
protected
:
44
47
virtual
bool
initializeSearch
(
const
DtVrfObjectManager
* vrfObjectManager);
48
50
virtual
bool
inspectEntity
(
const
DtVrfObject
& entity);
51
55
virtual
bool
searchSubordinates
(
56
const
DtVrfObject
& pAggEntity,
bool
excludeDestroyed);
57
58
private
:
60
DtEntLeftOfLineSearch
(
const
DtEntLeftOfLineSearch
& orig);
61
63
DtEntLeftOfLineSearch
&
operator=
(
const
DtEntLeftOfLineSearch
& orig);
64
65
protected
:
66
68
DtUUID
myLine
;
69
DtSharedVrfObjectReference
myPhaseLine
;
70
bool
myWarnedOnce
;
71
};
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
)