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 // \file spatialSubdivisionInserter
8 // \ingroup geometry
9 
13 
14 
18 template <typename T>
20 {
21 public:
23  {
24 
25  };
26 
28  {
29 
30  };
31 
39  virtual bool insert(T elementToInsert,
40  DtSpatialSubdivision<T>& spatialSubdivision)
41  {
44  return intersector.intersect(elementToInsert, spatialSubdivision, insertionFunctor);
45  }
46 
47 protected:
51 
52 private:
53 };
54 

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)