VR-Forces 4.5 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrvDiGuy
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
21
class
DT_DLL_VRVDIGUY
DtDiGuyFunctionRegistration
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
29
~
DtDiGuyFunctionRegistration
();
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
47
DtDiGuyFunctionRegistration
(
DtDe
*);
48
49
DtDe
*
myDe
;
50
bool
myInit
;
51
};
52
}
Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)