VR-Forces 4.0.4 Class Documentation
include/vrfmodel/humanMovementControlPortGroup.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2006 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: humanMovementControlPortGroup.h,v $ $Revision: 1.1 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00013 
00014 #ifndef humanMovementControlPortGroup_h
00015 #define humanMovementControlPortGroup_h
00016 
00017 #include "vrfobjcore/outputPortGroup.h"
00018 #include "vrfmodel/vrfmodelDefines.h"
00019 
00020 class DtAnalogOutputPort;
00021 
00026 class DT_DLL_vrfmodel DtHumanMovementControlOutputPortGroup : public DtOutputPortGroup
00027 {
00028 public:
00031    static DtHumanMovementControlOutputPortGroup* create(const DtString& name);
00032 
00033 protected:
00035    DtHumanMovementControlOutputPortGroup(const DtString& name);
00038    virtual bool init();
00039 
00040 public:
00041    virtual ~DtHumanMovementControlOutputPortGroup();
00042 
00045    virtual DtAnalogOutputPort* movementDirectionPort();
00048    virtual DtAnalogOutputPort* facingDirectionPort();
00051    virtual DtAnalogOutputPort* speedPort();
00052 
00053 private:
00055    DtHumanMovementControlOutputPortGroup();
00057    DtHumanMovementControlOutputPortGroup(const DtHumanMovementControlOutputPortGroup&);
00059    DtHumanMovementControlOutputPortGroup& operator=(const DtHumanMovementControlOutputPortGroup&);
00060 
00061 protected:
00062    DtAnalogOutputPort* myMovementDirectionOutputPort;
00063    DtAnalogOutputPort* myFacingDirectionOutputPort;
00064    DtAnalogOutputPort* mySpeedOutputPort;
00065 };
00066 
00067 #endif

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)