VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
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:
46  };
47 }
Contains makVrv::DtPropAdder class.
makVrv::DtDe & myDe
Definition: vrfPropAdder.h:44
The DtTerrainlayer is the base implementation of a layer of data which makes up the terrain...
Definition: DtTerrainLayer.h:36
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
Adds props to an existing terrain layer.
Definition: vrfPropAdder.h:28
The abstract interface necessary for agents.
Definition: DtAgentManagerInterface.h:36
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
makVrv::DtAgentManagerInterface & myAgentInterface
Definition: vrfPropAdder.h:45

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)