VR-Forces 4.0.4 Class Documentation
include/vrfobjcore/ssVectorObstructionIntersector.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 2004 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: ssVectorObstructionIntersector.h,v $ $Revision: 1.4 $ $State: Exp $
00007 *********************************************************************/
00008 #ifndef ssVectorObstructionIntersector_H_
00009 #define ssVectorObstructionIntersector_H_
00010 
00013 
00014 #include <vlutil/vlConfig.h> 
00015 #include "geometry/spatialSubdivision.h"
00016 #include "vrfobjcore/vectorObstruction.h"
00017 #include "geometry/ssFunctor.h"
00018 
00023 #include "vrfobjcore/vrfobjcoreDefines.h"
00024 class DT_DLL_vrfobjcore DtSsVectorObstructionIntersector
00025 {
00026 public:
00028    DtSsVectorObstructionIntersector();
00029 
00031    virtual ~DtSsVectorObstructionIntersector();
00032 
00036    virtual bool intersect(DtVectorObstruction* vectorObstruction, 
00037                           DtSpatialSubdivision<DtVectorObstruction*>& spatialSubdivision) const;
00038 
00039    
00045    virtual bool intersect(DtVectorObstruction* vectorObstruction, 
00046                           DtSpatialSubdivision<DtVectorObstruction*>& spatialSubdivision,
00047                           DtSsFunctor<DtVectorObstruction*, DtSpatialSubdivision<DtVectorObstruction*>::DtSpatialSubCellType >& functor) const;
00048 
00049 protected:
00051    DtSsVectorObstructionIntersector(const DtSsVectorObstructionIntersector& orig);
00052    DtSsVectorObstructionIntersector& operator=(const DtSsVectorObstructionIntersector& orig);
00053 
00054 private:
00055 
00056 };
00057 
00058 
00059 #endif

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)