VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtInteractionVisualizer.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtInteractionVisualizer.h,v $ $Revision: 1.43 $ $SceneObject: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
15 
16 #include <matrix/vlVector.h>
17 
18 namespace makVrv
19 {
20 #if 0
21  class DtParticleSystemModelAgent;
22  class DtAnimationModelAgent;
23 #else
24  class DtModelAgent;
25 #endif
26 
32  {
33  public:
36  DtStateListener& listener, int modelSet);
37 
39  virtual ~DtInteractionVisualizer();
40 
42  virtual void setLocation(const DtVector&);
43 
45  void setDelayTime(double d);
46 
48  double delayTime() const;
49 
50  protected:
51  virtual void destroyModelAgents();
52  virtual void setVisualizerDefinition(const DtVisualizerDefinition& visDef);
53  virtual void setModelDefinitionForAgents();
54 
55  protected:
56  std::list<DtModelAgent*> myModels;
57  //DtParticleSystemModelAgent* myParticleSystemModel;
58  //DtAnimationModelAgent* myAnimationModel;
59 
60  double myLifeTime;
61  double myDelayTime;
62  std::string mySchema;
63  };
64 }
65 

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)