![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2008 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 /****************************************************************************** 00006 ** $RCSfile: DtPartCollectionInterceptor.h,v $ $Revision: 1.6 $ $State: Exp $ 00007 ******************************************************************************/ 00008 00012 00013 #ifndef DtPartCollectionInterceptor_H_ 00014 #define DtPartCollectionInterceptor_H_ 00015 00016 #include <vrvVrl/vrvVrl.h> 00017 #include <vlpi/articulatedPartCollection.h> 00018 00019 namespace makVrv 00020 { 00021 class DtArticulatedPartListener; 00022 00026 class DT_DLL_VRVVRL DtPartCollectionInterceptor : public DtArticulatedPartCollection 00027 { 00028 public: 00029 00031 DtPartCollectionInterceptor(DtArticulatedPartListener& listener, DtClock* clock = 0); 00032 00034 virtual ~DtPartCollectionInterceptor(); 00035 00041 virtual DtArticulatedPart* createPart(DtArticulatedPart* copy = 0) const; 00042 00043 protected: 00044 DtArticulatedPartListener& myListener; 00045 }; 00046 } 00047 00048 #endif 00049