VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
debugDrawMessageFactory.h
Go to the documentation of this file.
1 /******************************************************************************
5 
9 #pragma once
10 
11 #include <debugDrawRenderer/debugDrawRendererExport.h>
12 
13 #include <vrfDebugDrawConnector/vrfMessageFactory.h>
14 
15 #include <vrvUtil/DtVirtualBaseClass.h>
16 
17 namespace makVrv
18 {
19  class DtDe;
20 }
21 
22 namespace makVrf
23 {
24 
26  class DT_DLL_DEBUGDRAWRENDERER DtDebugDrawMessageFactory
27  : public makVrv::DtVirtualBaseClass
28  , public DtMessageFactory
29  {
30  public:
32  DtDebugDrawMessageFactory(bool initializeDefaults = true, bool isBigEndian = false);
33 
35  virtual ~DtDebugDrawMessageFactory();
36 
39  static DtDebugDrawMessageFactory& instance(makVrv::DtDe& de);
40 
42  static void registerInstance(makVrv::DtDe& de,
43  DtDebugDrawMessageFactory* instance);
44  };
45 
46 
47 }

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)