VR-Forces 4.2 Class Documentation
standardPropagatorDesc.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: standardPropagatorDesc.h,v $ $Revision: 1.5 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef standardPropagatorDesc_H_
16 #define standardPropagatorDesc_H_
17 
19 #include "vrfutil/rwBoolean.h"
20 
25 {
26 public:
29  DtReaderWriterRegistry* parentRegistry = NULL);
30 
31  DtStandardPropagatorDescriptor(const DtSymbolString& name,
32  DtReaderWriterRegistry* parentRegistry = NULL);
33 
36  DtReaderWriterRegistry* parentRegistry = NULL);
37 
40  const DtStandardPropagatorDescriptor& orig);
41 
43 
46  virtual DtString type() const;
47 
49  DtReaderWriterRegistry* parentRegistry = NULL) const;
50 
53 
56  virtual bool checkLineOfSight() const;
57  virtual void setCheckLineOfSight(bool yesNo);
59 
60 private:
63 
64 protected:
68 
74 
76 };
77 
78 #endif
79 
80 
81 

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)