VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
humanUseDoorControllerPSR.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 
10 #pragma once
11 
13 #include <readerWriter/rwInt.h>
14 #include <readerWriter/rwReal.h>
15 #include "readerWriter/rwVector.h"
16 #include <readerWriter/rwBoolean.h>
17 
18 
20 {
27 };
28 
33 {
34 public:
37  const DtString& rwName = DtString::nullString(),
38  DtReaderWriterRegistry* parentRegistry = 0);
41  const DtString& rwName = DtString::nullString(),
42  DtReaderWriterRegistry* parentRegistry = 0);
45  const DtHumanUseDoorControllerPSR& orig);
47  virtual ~DtHumanUseDoorControllerPSR();
48 
51  const DtString& rwName = DtString::nullString(),
52  DtReaderWriterRegistry* parentRegistry = 0) const;
53 
55  virtual DtString type() const;
56 
58  static DtVrfProcessStateRepository* creator(const DtString& rwName,
59  DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry = 0);
60 
63  virtual DtUseDoorState useDoorState() const;
64  virtual void setUseDoorState(DtUseDoorState newValue);
66 
69  virtual DtVector doorLocation() const;
70  virtual void setDoorLocation(const DtVector& newValue);
72 
75  virtual double timeForNextState() const;
76  virtual void setTimeForNextState(double newValue);
78 
81  virtual bool automaticallyCloseDoors() const;
82  virtual void setAutomaticallyCloseDoors(bool newValue);
84 
85 
86 protected:
87 
92 };
93 

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)