VR-Forces 4.1 Class Documentation
obstructionSensorPSR.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: obstructionSensorPSR.h,v $ $Revision: 1.3 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #pragma once
16 
17 #include "vrfobjcore/processSR.h"
18 #include "vrfutil/rwBoolean.h"
19 #include "vrfutil/rwStringList.h"
20 
25 {
26 public:
27 
30  const DtString& rwName = DtString::nullString(),
31  DtReaderWriterRegistry* parentRegistry = 0);
32 
35  const DtString& rwName = DtString::nullString(),
36  DtReaderWriterRegistry* parentRegistry = 0);
37 
39  virtual ~DtObstructionSensorPSR();
40 
43 
46  const DtString& rwName = DtString::nullString(),
47  DtReaderWriterRegistry* parentRegistry = 0) const;
48 
49  virtual bool init();
50 
52  virtual DtString type() const;
53 
55  static DtVrfProcessStateRepository* creator (const DtString& rwName,
56  DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
57 
60  virtual void setEntitiesAreObstructions(bool b);
61  virtual bool entitiesAreObstructions() const;
63 
66  virtual void setFeaturesAreObstructions(bool b);
67  virtual bool featuresAreObstructions() const;
69 
72  virtual void setFeatureTypesToAvoid( const DtRwStringList& featureTypesToAvoid);
73  virtual DtRwStringList& featureTypesToAvoid();
74  virtual const DtRwStringList& featureTypesToAvoid() const;
76 
77 protected:
81 
82 };

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)