VR-Forces 4.0.4 Class Documentation
include/vrvVrl/DtBaseEntityStateInterceptor.h
Go to the documentation of this file.
00001 /****************************************************************************** 
00002 ** Copyright (c) 2007 MAK Technologies, Inc. 
00003 ** All rights reserved. 
00004 ******************************************************************************/ 
00005 /****************************************************************************** 
00006 ** $RCSfile: DtBaseEntityStateInterceptor.h,v $ $Revision: 1.8 $ $State: Exp $ 
00007 ******************************************************************************/ 
00008  
00012  
00013 #ifndef DtBaseEntityStateInterceptor_H_ 
00014 #define DtBaseEntityStateInterceptor_H_ 
00015  
00016 #include <vrvVrl/vrvVrl.h> 
00017 
00018 namespace makVrv 
00019 { 
00020    class DtVrlinkEntity;
00021    class DtPartCollectionInterceptor;
00022 
00026    class DT_DLL_VRVVRL DtBaseEntityStateInterceptor 
00027    {
00028    public:
00029 
00031       DtBaseEntityStateInterceptor();
00032 
00034       virtual ~DtBaseEntityStateInterceptor();
00035 
00037       DtVrlinkEntity* vrlinkEntity();
00038       
00040       DtPartCollectionInterceptor* artPartInterceptor();
00041 
00042    protected:
00043 
00044       DtPartCollectionInterceptor* myArtPartInterceptor;
00045    };
00046 
00047 } 
00048  
00049 #endif 
00050  

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)