VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtEasyBlendSdk.h
Go to the documentation of this file.
1 /******************************************************************************
2  * Copyright (c) 2015 MAK Technologies, Inc.
3  * All rights reserved.
4  ******************************************************************************/
5 
9 
10 #pragma once
11 
14 
15 #include <iostream>
16 
17 #include <EasyBlendSDK.h>
18 
19 
20 namespace makVrv
21 {
22  class DtDe;
23 
24  namespace vrvScalableDisplay
25  {
30  {
31 
32  public:
34  virtual ~DtEasyBlendSdk();
35 
37  static DtEasyBlendSdk& instance(DtDe& de);
38 
40  static void registerInstance(DtDe& de, DtEasyBlendSdk* instance);
41 
44  std::string errorString();
45 
46  EasyBlendSDK_Mesh *gMSDK;
47  EasyBlendSDKError msdkErr;
48 
49  protected:
50 
52  DtEasyBlendSdk(DtDe& de);
53 
54  protected:
55 
57  };
58  }
59 }
Virtual base class.
Definition: DtVirtualBaseClass.h:22
Contains DLL export macros.
The DtEasyBlendSdk is a wrapper around the Scalable EasyBlendSDK global variables.
Definition: DtEasyBlendSdk.h:29
Contains makVrv::DtVirtualBaseClass class.
EasyBlendSDK_Mesh * gMSDK
Definition: DtEasyBlendSdk.h:46
DtDe & myDe
Definition: DtEasyBlendSdk.h:56
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
#define DT_DLL_VRVSCALABLEDISPLAY
Definition: vrvScalableDisplay.h:20
EasyBlendSDKError msdkErr
Definition: DtEasyBlendSdk.h:47

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)