![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2005 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 /****************************************************************************** 00006 ** $RCSfile: ssVrfObjectInserter.h,v $ $Revision: 1.2 $ $State: Exp $ 00007 ******************************************************************************/ 00008 #ifndef ssVrfObjectInserter_H_ 00009 #define ssVrfObjectInserter_H_ 00010 00013 00014 #include "geometry/spatialSubdivision.h" 00015 00016 class DtVrfObject; 00017 00021 #include "vrfobjcore/vrfobjcoreDefines.h" 00022 class DT_DLL_vrfobjcore DtSsVrfObjectInserter 00023 { 00024 public: 00025 DtSsVrfObjectInserter(); 00026 00027 virtual ~DtSsVrfObjectInserter(); 00028 00036 virtual bool insert(DtVrfObject* vrfObjectToInsert, 00037 DtSpatialSubdivision<DtVrfObject*>& spatialSubdivision); 00038 00039 protected: 00041 DtSsVrfObjectInserter(const DtSsVrfObjectInserter& original); 00042 DtSsVrfObjectInserter& operator=(const DtSsVrfObjectInserter& original); 00043 00044 private: 00045 }; 00046 00047 #endif