VR-Forces 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 
31  virtual ~DtAggregatedMoveAlongDescriptor() override;
32 
35  const DtAggregatedMoveAlongDescriptor & orig);
36 
39  virtual DtString type() const override;
40 
41  virtual DtComponentDescriptor* clone(DtReaderWriterRegistry* parentRegistry = 0) const override;
42 
45 
48  virtual double atFactor() const;
49  virtual void setAtFactor(double distance);
51 
54  virtual double onRouteFactor() const;
55  virtual void setOnRouteFactor(double);
57 
58 protected:
61 
62 protected:
65 
66 
74 
83 };
84 #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:81
#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
virtual DtString type() const override
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
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...
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:73
DtAggregatedMoveToDescriptor; descriptor for the DtAggregatedMoveToDescriptor component.
Definition: aggregatedMoveToDescriptor.h:21
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const override

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)