VR-Forces 4.2 Class Documentation
ssVectorObstructionIntersector.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2004 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: ssVectorObstructionIntersector.h,v $ $Revision: 1.4 $ $State: Exp $
7 *********************************************************************/
8 #ifndef ssVectorObstructionIntersector_H_
9 #define ssVectorObstructionIntersector_H_
10 
13 
14 #include <vlutil/vlConfig.h>
15 #include "geometry/spatialSubdivision.h"
17 #include "geometry/ssFunctor.h"
18 
25 {
26 public:
29 
32 
36  virtual bool intersect(DtVectorObstruction* vectorObstruction,
37  DtSpatialSubdivision<DtVectorObstruction*>& spatialSubdivision) const;
38 
39 
45  virtual bool intersect(DtVectorObstruction* vectorObstruction,
46  DtSpatialSubdivision<DtVectorObstruction*>& spatialSubdivision,
47  DtSsFunctor<DtVectorObstruction*, DtSpatialSubdivision<DtVectorObstruction*>::DtSpatialSubCellType >& functor) const;
48 
49 protected:
53 
54 private:
55 
56 };
57 
58 
59 #endif

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)