![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 2003 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: aggregatedMoveToDescriptor.h,v $ $Revision: 1.1 $ $State: Exp $ 00007 *******************************************************************************/ 00008 00011 00014 00015 #ifndef aggregatedMoveToDescriptor_h 00016 #define aggregatedMoveToDescriptor_h 00017 00018 #include "vrfobjparam/compDesc.h" 00019 #include "vrfutil/rwReal.h" 00020 00023 #include "vrfobjparam/vrfobjparamDefines.h" 00024 class DT_DLL_vrfobjparam DtAggregatedMoveToDescriptor : public DtComponentDescriptor 00025 { 00026 public: 00028 DtAggregatedMoveToDescriptor(const DtString& componentName, 00029 DtReaderWriterRegistry* parentRegistry = 0); 00030 00032 DtAggregatedMoveToDescriptor(const DtAggregatedMoveToDescriptor& orig, 00033 DtReaderWriterRegistry* parentRegistry = 0); 00034 00035 virtual ~DtAggregatedMoveToDescriptor(); 00036 00038 DtAggregatedMoveToDescriptor & operator=( 00039 const DtAggregatedMoveToDescriptor & orig); 00040 00043 virtual DtString type() const; 00044 00045 virtual DtComponentDescriptor* clone( 00046 DtReaderWriterRegistry* parentRegistry = 0) const; 00047 00049 static DtComponentDescriptor* creator(); 00050 00053 virtual double atDistance() const; 00054 virtual void setAtDistance(double distance); 00056 00057 protected: 00059 DtAggregatedMoveToDescriptor(); 00060 00061 protected: 00064 00065 00071 DtRwReal myAtDistance; 00073 }; 00074 00075 #endif