VR-Forces 4.1 Class Documentation
humanEyepointController.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2006 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 #pragma once
11 
12 #include "vrfobjcore/cntrlCmpnt.h"
14 #include <vlpi/disEnums.h>
15 
16 class DtOutputPortGroup;
18 class DtVectorOutputPort;
20 
30 {
31 public:
35  DtVrfObject* owner,
36  DtSimManager* simManager,
37  DtComponentDescriptor* desc = 0,
38  DtReaderWriterRegistry* parentRegistry = 0);
39 
41  virtual ~DtHumanEyepointController();
42 
44  virtual bool init();
45 
48  virtual DtString type() const;
49 
50  virtual void tick();
51 
55  static DtSimComponent * creator(const DtString& name,
56  DtVrfObject* owner,
57  DtSimManager* simManager,
58  DtComponentDescriptor* desc = 0,
59  DtReaderWriterRegistry* parentRegistry = 0);
60 
61 private:
68 
69 protected:
71  virtual bool createPortGroups();
72 
74  virtual bool createPorts();
75 
76 protected:
78 
79 
80 
81 
82 
83 
85 
93 
101 
103  DtLifeformState myLastState;
104 
106 };
107 

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)