VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtStreamingSpeedTreeForestManager.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 <vrvSt/vrvSt.h>
13 #include <list>
14 
16 
17 namespace makVrv
18 {
19  class DtSpeedTreeForest;
20 
21  class StreamingFeaturesListener;
22 
24  {
25  public:
26  static DtStreamingSpeedTreeForestManager& instance(DtDe& de);
27 
28  static void registerInstance(DtDe& de, DtStreamingSpeedTreeForestManager* anInstance);
29 
32 
33  DtSpeedTreeForest* createForest(void);
34  void destroyForest(DtSpeedTreeForest* pDtSpeedTreeForest);
35  size_t getNumForests(void) const;
36  DtSpeedTreeForest* getForest(size_t index);
37 
38  private:
39  typedef std::list<DtSpeedTreeForest*> ForestList;
42  StreamingFeaturesListener* myStreamingFeaturesListener;
43 
44  void onPostInitialize(void);
45  };
46 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)