VR-Forces Development_Version 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 bool hasDynamicOceanObjects() const;
38 
40  virtual void registerDynamicOceanObject(DtDynamicOceanObject* obj);
41 
43  virtual void unregisterDynamicOceanObject(DtDynamicOceanObject* obj);
44 
46  static DtDynamicOceanObjectManager& instance(DtDe& de);
47 
49  static const std::string& theClassName();
50 
51  protected:
54 
56  };
57 }

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)