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
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);
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
};
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
)