VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtDynamicOceanObjectManager.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 #pragma once
10 
11 #include <vrvCore/vrvCore.h>
13 
14 #include <set>
15 #include <string>
16 
17 namespace makVrv
18 {
19  class DtDe;
20  class DtDynamicOceanObject;
21 
26  {
27  public:
29  virtual ~DtDynamicOceanObjectManager();
30 
31  typedef std::set<DtDynamicOceanObject*> DynamicOceanObjectSet;
32 
34  virtual const DynamicOceanObjectSet& dynamicOceanObjects() const;
35 
37  virtual void registerDynamicOceanObject(DtDynamicOceanObject* obj);
38 
40  virtual void unregisterDynamicOceanObject(DtDynamicOceanObject* obj);
41 
43  static DtDynamicOceanObjectManager& instance(DtDe& de);
44 
46  static std::string theClassName();
47 
48  protected:
51 
53  };
54 }

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)