VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtBackgroundLoadAsyncTask.h
Go to the documentation of this file.
1 /*****************************************************************************
2 * Copyright (c) 2020 MAK Technologies, Inc.
3 * All rights reserved.
4 *****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/vrvCore.h>
13 
14 #include <vector>
15 
16 namespace makVrv
17 {
18  class DtDe;
19  class DtBackgroundLoader;
20  struct DtLoaderHandle;
21 
25  {
26  public:
28 
30  void addModel(DtLoaderHandle* model);
31 
33 
35  virtual void execute();
36 
37  protected:
39  std::vector<DtLoaderHandle*> myModels;
41  };
42 }
std::vector< DtLoaderHandle * > myModels
Definition: DtBackgroundLoadAsyncTask.h:39
async task that loads a DtModel in the background
Definition: DtBackgroundLoadAsyncTask.h:24
core singleton that manages loading for all the various DtModel subclasses
Definition: DtBackgroundLoader.h:37
DtDe & myDe
Definition: DtBackgroundLoadAsyncTask.h:38
DtBackgroundLoader * myLoader
Definition: DtBackgroundLoadAsyncTask.h:40
virtual ~DtBackgroundLoadAsyncTask()
Definition: DtBackgroundLoadAsyncTask.h:32
wrapper object that insulates the loader from other threads destroying an object
Definition: DtLoaderHandle.h:23
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
Contains DLL export macros.

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)