VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
humanFaceTargetController.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 #pragma once
11 
14 
16 class DtAnalogInputPort;
17 
25 {
26 
27 public:
28 
32  DtVrfObject* owner,
33  DtSimManager* simManager,
34  DtComponentDescriptor* desc = 0,
35  DtReaderWriterRegistry* parentRegistry = 0);
36 
38  virtual ~DtHumanFaceTargetController();
39 
40  virtual bool init();
41 
44  virtual const char* type() const;
45 
46  virtual void tick();
47 
51  static DtSimComponent * creator(const DtString& name,
52  DtVrfObject* owner,
53  DtSimManager* simManager,
54  DtComponentDescriptor* desc = 0,
55  DtReaderWriterRegistry* parentRegistry = 0);
56 
57 protected:
58 
60  virtual bool createPortGroups();
61 
63  virtual bool createPorts();
64 
65  virtual bool createFaceDirectionPort();
66 
67 private:
68 
71 
75 
78  const DtHumanFaceTargetController & orig);
79 
80 
81 protected:
82 
84 
85 
93 
96 
98 };

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)