VR-Forces 4.0.4 Class Documentation
include/vrfobjcore/ssVectorObstructionInserter.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2005 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: ssVectorObstructionInserter.h,v $ $Revision: 1.2 $ $State: Exp $
00007 ******************************************************************************/
00008 #ifndef ssVectorObstructionInserter_H_
00009 #define ssVectorObstructionInserter_H_
00010 
00013 
00014 #include "geometry/spatialSubdivision.h"
00015 
00016 class DtVectorObstruction;
00017 
00021 #include "vrfobjcore/vrfobjcoreDefines.h"
00022 class DT_DLL_vrfobjcore DtSsVectorObstructionInserter
00023 {
00024 public:
00025    DtSsVectorObstructionInserter();
00026 
00027    virtual ~DtSsVectorObstructionInserter();
00028 
00036    virtual bool insert(DtVectorObstruction* vectorObstructionToInsert, 
00037       DtSpatialSubdivision<DtVectorObstruction*>& spatialSubdivision);
00038 
00039 protected:
00041    DtSsVectorObstructionInserter(const DtSsVectorObstructionInserter& original);
00042    DtSsVectorObstructionInserter& operator=(const DtSsVectorObstructionInserter& original);
00043    
00044 private:
00045 };
00046 
00047 #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)