VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
spatialSubdivisionInserter.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 #pragma once
6 
7 //Note that this class has also been added to makTerrainToolkit trunk
8 //(revision 140069) in geometry, and should be removed once we update past that
9 //version.
10 
13 
17 
19 
23 template <typename T>
25 {
26 public:
28  {
29 
30  };
31 
33  {
34 
35  };
36 
44  virtual bool insert(T elementToInsert,
45  DtSpatialSubdivision<T>& spatialSubdivision)
46  {
49  return intersector.intersect(elementToInsert, spatialSubdivision, insertionFunctor);
50  }
51 
52 protected:
56 
57 private:
58 };
59 

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)