VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
limitExistenceControllerDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2011 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: limitExistenceCtlrDesc.h,v $ $Revision: 1.1 $ $State: Exp $
7 ** Created: 4/21/11 MEM
8 *******************************************************************************/
9 
12 
15 
16 #pragma once
17 
19 
20 #include <readerWriter/rwReal.h>
21 
22 //Vrlink includes
23 #include <vlpi/disEnums.h>
24 
29 
32 {
33 public:
36  DtReaderWriterRegistry * parentRegistry = 0);
37 
40  orig, DtReaderWriterRegistry * parentRegistry = 0);
41 
45 
48 
51  virtual DtString type() const;
52 
53  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
54  = 0) const;
55 
58  virtual DtReal duration() const;
59  virtual void setDuration(DtReal dur);
61 
63  static DtComponentDescriptor * creator();
64 
65 protected:
68 
69 protected:
70 
74 
79 
81 };
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
Definition: readerWriterRegistry.h:39
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
DtRwReal myDuration
Parameter Name: duration Parameter Description: The duration the Parameter Default Value: 10...
Definition: limitExistenceControllerDescriptor.h:78
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
DtLimitExistenceControllerDescriptor; descriptor for the DtLimitExistenceController component...
Definition: limitExistenceControllerDescriptor.h:31
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
static DtComponentDescriptor * creator()

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)