VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
humanCoverPointPSR.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
14 #include "vrfutil/rwVector.h"
15 #include "vrfutil/rwUUID.h"
16 
22 {
23 public:
24 
27  const DtString& rwName = DtString::nullString(),
28  DtReaderWriterRegistry* parentRegistry = 0);
29 
32  const DtString& rwName = DtString::nullString(),
33  DtReaderWriterRegistry* parentRegistry = 0);
34 
36  virtual ~DtHumanCoverPointPSR();
37 
40 
43  const DtString& rwName = DtString::nullString(),
44  DtReaderWriterRegistry* parentRegistry = 0) const;
45 
48  virtual DtString type() const;
49 
51  virtual void setCoverPoint(const DtVector&);
52  virtual const DtVector& coverPoint() const;
53 
55  virtual bool hasCoverPoint() const;
56 
58  virtual void setCoverWaypoint(const DtUUID&);
59  virtual const DtUUID& coverWaypoint() const;
60 
61 public:
62 
64  static DtVrfProcessStateRepository* creator (const DtString& rwName,
65  DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
66 
67 protected:
69 
71 };

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)