VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
setObstacleToIgnore.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
12 
13 #pragma once
14 
15 
17 #include "vrfutil/rwString.h"
18 #include "vlpi/netStructs.h"
21 
24 {
25 
26 public:
28 
31  DtSetObstacleToIgnore(const DtString& writeName,
32  DtReaderWriterRegistry* parentRegistry = 0);
33 
35  DtSetObstacleToIgnore(const DtString& writeName,
36  const DtSetObstacleToIgnore& orig,
37  DtReaderWriterRegistry* parentRegistry = 0);
38 
41 
42  virtual ~DtSetObstacleToIgnore();
43 
45  virtual const DtSetMessageType& type() const;
46 
48  virtual DtSetDataRequest* clone(const DtString& name,
49  DtReaderWriterRegistry* parentRegistry = 0) const;
50 
52  virtual DtString stringRep() const;
53 
55 
56  virtual const DtString& obstacleObjectName() const;
57  virtual void setObstacleObjectName(const DtString& objName);
59 
62  virtual int netRepSize() const;
63 
65  virtual bool setFromNet(const char* contentBuffer,
66  unsigned contentSize);
67 
70  virtual bool setToNet();
71 
72  static DtSetDataRequest* creator();
73 
74 protected:
76 };
77 
78 

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)