VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtOctreeNode.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 #pragma once
10 
11 #include "DtUserObjectBindings.h"
13 
14 #include "DtOctreeFwdDeclare.h"
15 
16 namespace makVrv {
17 
20  template<class T>
22  {
23  public:
24 
26  DtOctreeNode();
27 
29  virtual ~DtOctreeNode();
30 
32  void setOctant(DtOctree<T>*);
34  DtOctree<T>* getOctant(void);
35 
37  bool isIn(const DtAxisAlignedBoundingBox<T>& box);
38 
40  const DtAxisAlignedBoundingBox<T>& worldAABB(void) const;
41 
43 
45 
49  private:
52  };
53 
56 
57 } //namespace makVrv
58 
59 #include "DtOctreeNode.inl"

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)