VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
targetPointTask.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
14 #pragma once
15 
16 #include "vrftasks/simTask.h"
17 #include "vrfutil/rwString.h"
18 #include <matrix/vlVector.h>
19 #include <vlpi/netStructs.h>
20 
27 #include "vrfutil/rwVector.h"
29 {
30 
31 public:
32 
35 
38  DtTargetPointTask(const DtString& writeName,
39  DtReaderWriterRegistry* parentRegistry = NULL);
40  DtTargetPointTask(const DtSymbolString& writeName,
41  DtReaderWriterRegistry* parentRegistry = NULL);
42 
44  DtTargetPointTask(const DtString& writeName, const DtTargetPointTask& orig,
45  DtReaderWriterRegistry* parentRegistry = NULL);
46  DtTargetPointTask(const DtSymbolString& writeName, const DtTargetPointTask& orig,
47  DtReaderWriterRegistry* parentRegistry = NULL);
48 
50  const DtTargetPointTask & operator=(const DtTargetPointTask & orig);
51 
52  virtual ~DtTargetPointTask();
53 
55  virtual const DtSimTaskMessageType& type() const;
56 
58  virtual DtSimTask* clone(const DtString& name, DtReaderWriterRegistry*
59  parentRegistry = NULL) const;
61  parentRegistry = NULL) const;
62 
64  virtual DtString stringRep() const;
65 
66  virtual const DtVector & targetPoint() const;
67  virtual void setTargetPoint(const DtVector & targetPoint);
68 
71  virtual int netRepSize() const;
72 
74  virtual bool setFromNet(const char* contentBuffer,
75  unsigned contentSize);
76 
79  virtual bool setToNet();
80 
81  static DtSimTask * creator();
82 
83 protected:
84 
86 
87 };

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)