VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
aggregatedMoveAlongDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2023 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
15 #include <readerWriter/rwReal.h>
16 
21 {
22 public:
24  DtAggregatedMoveAlongDescriptor(const DtString& componentName,
25  DtReaderWriterRegistry* parentRegistry = 0);
26 
29  DtReaderWriterRegistry* parentRegistry = 0);
30 
32 
35  const DtAggregatedMoveAlongDescriptor & orig);
36 
39  virtual DtString type() const;
40 
42  DtReaderWriterRegistry* parentRegistry = 0) const;
43 
46 
49  virtual double atFactor() const;
50  virtual void setAtFactor(double distance);
52 
55  virtual double onRouteFactor() const;
56  virtual void setOnRouteFactor(double);
58 
59 protected:
62 
63 protected:
66 
67 
75 
84 };
85 #pragma once
static DtComponentDescriptor * creator()
DtRwReal myOnRouteFactor
Parameter Name: on-route-factor Parameter Description: The distance from the route within which the u...
Definition: aggregatedMoveAlongDescriptor.h:82
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
DtAggregatedMoveAlongDescriptor; descriptor for the DtAggregatedMoveAlongDescriptor component...
Definition: aggregatedMoveAlongDescriptor.h:20
Definition: readerWriterRegistry.h:39
DtAggregatedMoveToDescriptor & operator=(const DtAggregatedMoveToDescriptor &orig)
assignment
DT_DLL_VRVCORE double distance(const makVrv::DtCoordinateSystem &, const DtVector &from, const DtVector &to)
Returns the distance from the two points. Coordinates are in local database coordinates The coordinat...
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
DtRwReal myAtFactor
Parameter Name: at-factor Parameter Description: Defines the ratio of the footprint to be considered ...
Definition: aggregatedMoveAlongDescriptor.h:74
DtAggregatedMoveToDescriptor; descriptor for the DtAggregatedMoveToDescriptor component.
Definition: aggregatedMoveToDescriptor.h:21

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)