VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
humanMovementControlOutputPortGroup.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2006 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 
16 class DtAnalogOutputPort;
17 
23 {
24 public:
27  static DtHumanMovementControlOutputPortGroup* create(const DtString& name);
28 
29 protected:
34  virtual bool init();
35 
36 public:
38 
41  virtual DtAnalogOutputPort* movementDirectionPort();
44  virtual DtAnalogOutputPort* facingDirectionPort();
47  virtual DtAnalogOutputPort* speedPort();
48 
49 private:
56 
57 protected:
61 };
62 
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
DtOutputPortGroup is a data port group of a data provider.
Definition: outputPortGroup.h:30
DtAnalogOutputPort * myFacingDirectionOutputPort
Definition: humanMovementControlOutputPortGroup.h:59
Instances of DtAnalogOutputPort are input ports through which data producers can send real numbers...
Definition: analogIOPort.h:45
DtAnalogOutputPort * myMovementDirectionOutputPort
Definition: humanMovementControlOutputPortGroup.h:58
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.
An output port group that contains the ports necessary to control the movement of a human using the D...
Definition: humanMovementControlOutputPortGroup.h:22
DtAnalogOutputPort * mySpeedOutputPort
Definition: humanMovementControlOutputPortGroup.h:60
DtOutputPortGroup & operator=(const DtOutputPortGroup &)
Not Implemented.

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)