VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
aggregatedMoveToDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
15 #include "vrfutil/rwReal.h"
16 #include "vrfutil/rwBoolean.h"
17 
22 {
23 public:
25  DtAggregatedMoveToDescriptor(const DtString& componentName,
26  DtReaderWriterRegistry* parentRegistry = 0);
27 
30  DtReaderWriterRegistry* parentRegistry = 0);
31 
33 
36  const DtAggregatedMoveToDescriptor & orig);
37 
40  virtual DtString type() const;
41 
43  DtReaderWriterRegistry* parentRegistry = 0) const;
44 
47 
50  virtual double atDistance() const;
51  virtual void setAtDistance(double distance);
53 
56  virtual bool allowRetrogradeMovement() const;
57  virtual void setAllowRetrogradeMovement(bool);
59 
60 protected:
63 
64 protected:
67 
68 
75 
81 };

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)