VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfplanmgr
entLOLineSrch.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: entLOLineSrch.h,v $ $Revision: 1.8 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef DtEntLeftOfLineSearch_H_
13
#define DtEntLeftOfLineSearch_H_
14
15
#include <vlutil/vlString.h>
16
#include <vlutil/vlMachineTypes.h>
17
#include "
vrfobjcore/subSearch.h
"
18
19
20
class
DtSimVrfObject;
21
27
#include "
vrfplanmgr/vrfplanmgrDefines.h
"
28
class
DT_DLL_vrfplanmgr
DtEntLeftOfLineSearch
:
public
DtSimSubordinateSearch
29
{
30
public
:
31
33
DtEntLeftOfLineSearch
();
34
35
DtEntLeftOfLineSearch
(
const
DtString
& lineName);
36
38
virtual
~
DtEntLeftOfLineSearch
();
39
41
virtual
const
DtString
& lineName()
const
;
42
44
virtual
void
setLineName(
const
DtString
& lineName);
45
46
protected
:
47
50
virtual
bool
initializeSearch
(
const
DtVrfObjectManager
* vrfObjectManager);
51
53
virtual
bool
inspectEntity
(
const
DtVrfObject
& entity);
54
58
virtual
bool
searchSubordinates
(
59
const
DtVrfObject
& pAggEntity);
60
61
private
:
63
DtEntLeftOfLineSearch
(
const
DtEntLeftOfLineSearch
& orig);
64
66
DtEntLeftOfLineSearch
&
operator=
(
const
DtEntLeftOfLineSearch
& orig);
67
68
protected
:
69
71
DtString
myLineName
;
72
const
DtVrfObject
*
myPhaseLine
;
73
};
74
75
#endif
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)