VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtDiGuyFunctionRegistration.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvDiGuy/vrvDiGuy.h>
13 
14 namespace makVrv
15 {
16  class DtDe;
17 
22  {
23  public:
24  //Get the di guy registration.
25  //The IG pointer is only needed for the first call which is executed
26  //automatically in makVrv::igDtGuy::init(DtDe& de) for the module.
27  static DtDiGuyFunctionRegistration& instance(DtDe* de = 0);
28 
30 
32  void registerIg(DtDe& de);
33 
35  void unregisterIg();
36 
38  DtDe* currentIg();
39 
41  void initialize();
42 
43  void deInitialize();
44 
45  protected:
46 
48 
50  bool myInit;
51  };
52 }

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)