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
vrvOsgQt
DtExtractPropsLogic.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrvOsgQt/vrvOsgQt.h
>
13
#include <
vrvOsgQt/DtExtractPropsInterface.h
>
14
15
namespace
makVrv
16
{
17
18
class
DtDe;
19
class
DtTerrain;
20
class
DtTerrainPatch;
21
class
DtTerrainPatchObject;
22
25
class
DT_DLL_VRVOSGQT
DtExtractPropsLogic
26
{
27
28
public
:
29
31
DtExtractPropsLogic
(
DtDe
& de,
DtTerrain
& terrain,
32
const
std::string& patchDefinition,
DtExtractPropsInterface
& gui);
33
35
virtual
~
DtExtractPropsLogic
();
36
37
protected
:
38
40
void
extractProps(
const
std::string& searchExp,
bool
isRegEx,
41
const
std::string& type,
const
std::string& modelDef);
42
44
void
buildSearchCandidates(
DtTerrainPatchObject
& tpo);
45
47
virtual
void
terrainToBeCleared();
48
52
virtual
void
terrainPatchToBeDeleted(
const
DtTerrainPatch
&);
53
54
protected
:
55
56
DtDe
&
myDe
;
57
DtTerrain
&
myTerrain
;
58
DtTerrainPatch
*
myPatch
;
59
DtExtractPropsInterface
&
myGui
;
60
DtExtractPropsInterface::SearchCandidateSet
mySearchCandidates
;
61
};
62
}
63
64
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
)