VR-Forces 4.1 Class Documentation
tacticalSmokeAct.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
7 
8 #pragma once
9 
10 #include "vrfobjcore/actCmpnt.h"
12 
13 class DtString;
14 class DtSimManager;
16 
29 {
30 
31 public:
32 
35  DtTacticalSmokeActuator(const DtString& name,
36  DtVrfObject* owner,
37  DtSimManager* simManager,
38  DtComponentDescriptor* desc = 0,
39  DtReaderWriterRegistry* parentRegistry = 0);
40 
42  virtual ~DtTacticalSmokeActuator();
43 
46  virtual DtString type() const;
47 
49  virtual void tick();
50 
54  static DtSimComponent * creator(const DtString& name,
55  DtVrfObject* owner,
56  DtSimManager* simManager,
57  DtComponentDescriptor* desc = 0,
58  DtReaderWriterRegistry* parentRegistry = 0);
59 
60  virtual DtTacticalSmokeActuatorDescriptor* desc() const;
61 
62 protected:
63 
66 
69 
71  const DtTacticalSmokeActuator & operator=(const
73 
76  virtual DtVector calculateWindVelocity() const;
77 };
78 

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)