VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtOsgTextureKeyHolder.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 <vrvOsg/vrvOsg.h>
12 #include <vrvCore/DtUniqueID.h>
13 #include <osg/Referenced>
14 #include <list>
15 
16 namespace makVrv
17 {
18 
25  class DT_DLL_VRVOSG DtOsgTextureKeyHolder : public osg::Referenced
26  {
27  public:
28 
29  typedef std::list<int> KeyList;
30 
33 
35  virtual ~DtOsgTextureKeyHolder();
36 
38  virtual const KeyList& textureKeys() const;
39 
40  virtual void addTextureKey( int key );
41 
42  protected:
44  };
45 
46 }

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)