VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 <EasyBlendSDK.h>
16 
17 namespace makVrv
18 {
19  class DtDe;
20 
21  namespace vrvScalableDisplay
22  {
27  {
28 
29  public:
31  virtual ~DtEasyBlendSdk();
32 
34  static DtEasyBlendSdk& instance(DtDe& de);
35 
37  static void registerInstance(DtDe& de, DtEasyBlendSdk* instance);
38 
41  std::string errorString();
42 
43  EasyBlendSDK_Mesh *gMSDK;
44  EasyBlendSDKError msdkErr;
45 
46  protected:
47 
49  DtEasyBlendSdk(DtDe& de);
50 
51  protected:
52 
54  };
55  }
56 }

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)