VR-Forces 4.2 Class Documentation
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:
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)