VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtPartCollectionInterceptor.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #ifndef DtPartCollectionInterceptor_H_
11 #define DtPartCollectionInterceptor_H_
12 
13 #include <vrvVrl/vrvVrl.h>
14 #include <vlpi/articulatedPartCollection.h>
15 
16 namespace makVrv
17 {
18  class DtArticulatedPartListener;
19 
24  {
25  public:
26 
29 
31  virtual ~DtPartCollectionInterceptor();
32 
38  virtual DtArticulatedPart* createPart(DtArticulatedPart* copy = 0) const;
39 
40  protected:
42  };
43 }
44 
45 #endif
46 
#define DT_DLL_VRVVRL
Definition: vrvVrl.h:19
An interceptor which allows for calls to parts in a collection to be intercepted. ...
Definition: DtPartCollectionInterceptor.h:23
DtArticulatedPartListener & myListener
Definition: DtPartCollectionInterceptor.h:41
Listener for changes in articulated parts.
Definition: DtArticulatedPartListener.h:19
Contains DLL export macros.

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)