VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
simpleProximitySensorDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
16 
17 #include "vrfutil/rwReal.h"
18 #include "vrfutil/rwBoolean.h"
20 
21 //Vrlink includes
22 #include <vlpi/disEnums.h>
23 
28 
30 {
31 public:
34  DtReaderWriterRegistry * parentRegistry = 0);
35 
38  orig, DtReaderWriterRegistry * parentRegistry = 0);
39 
43 
46 
49  virtual DtString type() const;
50 
51  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
52  = 0) const;
53 
56  virtual DtReal defaultProximity() const;
57  virtual void setDefaultProximity(DtReal proximity);
59 
62  virtual const DtRwObjectTypeList & objectTypesToDetect() const;
63  virtual void setObjectTypesToDetect(const DtRwObjectTypeList & list);
65 
68  virtual bool detectOnlyHostileForces() const;
69  virtual void setDetectOnlyHostileForces(bool);
71 
73  static DtComponentDescriptor * creator();
74 
75 protected:
78 
79 protected:
80 
84 
89 
94 
98 
100 };

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)