VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCore
vrfPropAdder.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtVrfPropAdder.h,v $ $Revision: 1.1.2.1 $ $State: Exp $
7
******************************************************************************/
8
12
13
#pragma once
14
15
#include <
vrfGuiCore/vrfGuiCore.h
>
16
#include <vrvCore/DtPropAdder.h>
17
18
namespace
makVrf
19
{
20
class
DtDe
;
21
class
DtAgentManagerInterface;
22
class
DtProp;
23
class
DtTerrainLayer;
24
28
class
DT_DLL_VRFGUICORE
DtVrfPropAdder
29
{
30
public
:
31
33
DtVrfPropAdder
( makVrv::DtDe& de, makVrv::DtAgentManagerInterface& agentManagerInterface);
34
36
virtual
~
DtVrfPropAdder
();
37
39
virtual
void
addProp( makVrv::DtTerrainLayer* layer,
const
std::string& propType,
const
std::string& modelDef,
40
double
posX,
double
posY,
double
posZ,
41
double
orientationX=0.0,
double
orientationY=0.0,
double
orientationZ=0.0,
double
orientationW=1.0);
42
43
protected
:
44
makVrv::DtDe&
myDe
;
45
makVrv::DtAgentManagerInterface&
myAgentInterface
;
46
};
47
}
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)