VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfObjectNavInterfaceFactory.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 #include "vlutil/vlString.h"
16 
18 class DtLocalObject;
19 
22 class DT_DLL_vrfobjcore DtVrfObjectNavInterfaceFactory : public DtSingleArgFactoryTemplate<DtVrfObjectNavInterface, DtString, DtLocalObject*>
23 {
24 public:
27 
30 
31  static DtVrfObjectNavInterfaceFactory* factory();
32  static void setFactory(DtVrfObjectNavInterfaceFactory* fact);
33 
34 protected:
35  virtual DtString creationTypeName() const;
36 
38 };
39 
40 
42 
A nav interface is a software component of an object that maintains the object&#39;s presence in the navi...
Definition: vrfObjectNavInterface.h:38
Factory for DtVrfObjectCommunicationInterface. Overridden from the template class to specialize the e...
Definition: vrfObjectNavInterfaceFactory.h:22
DtVrfObjectNavInterfaceFactory::DtCreatorFcn DtVrfObjectNavInterfaceCreatorFcn
Definition: vrfObjectNavInterfaceFactory.h:41
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
This template is similar to DtFactoryTemplate, but allows one argument to be passed to the creator fu...
Definition: factoryTemplate.h:96
DtVrfObjectNavInterface *(* DtCreatorFcn)(DtLocalObject *)
Definition: factoryTemplate.h:110
static DtSingleArgFactoryTemplate< T_CreationObject, T_Key, T_Arg > * create()
static DtVrfObjectNavInterfaceFactory * theFactory
Definition: vrfObjectNavInterfaceFactory.h:37
A locally simulated VRF object. Holds all internal and external data for the object, and provides access to both the current frame and next frame state data for the object. All current frame data is read-only, and next-frame data can be written to. No thread safety guarantees are made on this object during the simulation frame and it should only be accessed by the thread that is simulating the object.
Definition: localObject.h:86

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)