VR-Forces 4.1 Class Documentation
DtDiGuyFunctionRegistration.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtDiGuyFunctionRegistration.h,v $ $Revision: 1.8 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtDiGuyFunctionRegistration_H_
14 #define DtDiGuyFunctionRegistration_H_
15 
16 #include <vrvDiGuy/vrvDiGuy.h>
17 
18 namespace makVrv
19 {
20  class DtDe;
21 
26  {
27  public:
28  //Get the di guy registration.
29  //The IG pointer is only needed for the first call which is executed
30  //automatically in makVrv::igDtGuy::init(DtDe& de) for the module.
31  static DtDiGuyFunctionRegistration& instance(DtDe* de = 0);
32 
34 
36  void registerIg(DtDe& de);
37 
39  void unregisterIg();
40 
42  DtDe* currentIg();
43 
45  void initialize();
46 
47  protected:
48 
50 
52  bool myInit;
53  };
54 }
55 
56 #endif
57 

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)