VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfLegionDriverCreator.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
10 
11 namespace makVrf
12 {
13  namespace vrfLegion
14  {
16  {
17  public:
19  const std::string& instanceName ) const
20  {
21  return new DtVrfLegionDriver(agentManager,instanceName);
22  }
23  };
24  }
25 }
Creator class for the DIS driver.
Definition: DtLegionDriver.h:102
The DtDriver is an abstract class. Developers derive from this to create logic that "directs" things ...
Definition: DtDriver.h:30
Definition: vrfLegionDriver.h:42
#define DT_DLL_VRFLEGION
Definition: vrfLegion.h:18
The DtAgentManager manages the distributed scene object framework. This includes the objects and upda...
Definition: DtAgentManager.h:38
makVrv::DtDriver * create(makVrv::DtAgentManager &agentManager, const std::string &instanceName) const
Create a DIS driver.
Definition: vrfLegionDriverCreator.h:18
Contains makVrv::DtLegionDriver class.
Definition: vrfLegionDriverCreator.h:15

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)