VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)