VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
terrainProximityIndicator.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2016 VT MAK
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
14 
16 class DtOutputPortGroup;
19 
21 {
22 private:
25 
28 
31  const DtTerrainProximityIndicator& orig);
32 
33 public:
34 
38  DtVrfObject* owner,
39  DtSimManager* simManager,
40  DtComponentDescriptor* desc = 0,
41  DtReaderWriterRegistry* parentRegistry = 0);
42 
43  virtual ~DtTerrainProximityIndicator();
44 
45  virtual bool init();
46 
47  virtual void preFirstTickInit();
48  virtual void tick();
49 
52  virtual const char* type() const;
53 
54  static DtSimComponent* creator(const DtString& name,
55  DtVrfObject* owner,
56  DtSimManager* simManager,
57  DtComponentDescriptor* desc = 0,
58  DtReaderWriterRegistry* parentRegistry = 0);
59 
60 protected:
61 
63  virtual bool checkTerrainProximity();
64 
66  virtual bool createPorts();
67 
69  virtual bool createPortGroups();
70 
71 protected:
72 
74 
75 
82 
86 
88 
91 
94 };

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)