VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
fireForEffectOnLocationTask.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999-2000 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
12 #include "vrfutil/rwVector.h"
13 #include <vlpi/netStructs.h>
14 
15 
19 {
20  DtNet64Vector myLocation;
21 };
22 
28 {
29 
30 public:
31 
34 
37  DtFireForEffectOnLocationTask(const DtString & writeName,
38  DtReaderWriterRegistry * parentRegistry = 0);
39 
41  DtFireForEffectOnLocationTask(const DtString & writeName, const
43  parentRegistry = 0);
44 
48 
49 
51 
53  virtual const DtSimTaskMessageType& type() const;
54 
56  virtual DtSimTask * clone(const DtString & name, DtReaderWriterRegistry *
57  parentRegistry = 0) const;
58 
60  virtual DtString stringRep() const;
61 
63  virtual void setLocation(const DtVector & location);
64  virtual const DtVector & location() const;
65 
68  virtual int netRepSize() const;
69 
71  virtual bool setFromNet(const char* contentBuffer,
72  unsigned contentSize);
73 
76  virtual bool setToNet();
77 
78  static DtSimTask * creator();
79 
80 protected:
81 
83 
84 };
85 

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)