VR-Forces 4.0.4 Class Documentation
include/vrfobjparam/humanMoveToControllerDesc.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2003 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: humanMoveToControllerDesc.h,v $ $Revision: 1.1 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00014 
00015 #ifndef humanMoveToControllerDesc_h
00016 #define humanMoveToControllerDesc_h
00017 
00018 #include "vrfobjparam/compDesc.h"
00019 #include "vrfutil/rwReal.h"
00020 
00023 class DT_DLL_vrfobjparam DtHumanMoveToControllerDescriptor : public DtComponentDescriptor
00024 {
00025 public:
00027    DtHumanMoveToControllerDescriptor(const DtString& componentName, 
00028       DtReaderWriterRegistry* parentRegistry = 0);
00029 
00031    DtHumanMoveToControllerDescriptor(const DtHumanMoveToControllerDescriptor& orig,
00032       DtReaderWriterRegistry* parentRegistry = 0);
00033 
00034    virtual ~DtHumanMoveToControllerDescriptor();
00035 
00037    DtHumanMoveToControllerDescriptor & operator=(
00038       const DtHumanMoveToControllerDescriptor & orig);
00039 
00042    virtual DtString type() const;
00043 
00044    virtual DtComponentDescriptor* clone(
00045       DtReaderWriterRegistry* parentRegistry = 0) const;
00046 
00048    static DtComponentDescriptor* creator();
00049 
00052    virtual double atDistance() const;
00053    virtual void setAtDistance(double distance);
00055 
00056 protected:
00058    DtHumanMoveToControllerDescriptor();
00059 
00060 protected:
00063 
00064    
00070    DtRwReal myAtDistance;   
00072 };     
00073    
00074 #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)