VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
surfaceEntityRoutePilotDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2002 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: surfERtPltDesc.h,v $ $Revision: 1.7 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #ifndef DtSurfaceEntityRoutePilotDescriptor_H_
15 #define DtSurfaceEntityRoutePilotDescriptor_H_
16 
18 
26 {
27 public:
29  static DtComponentDescriptor * creator();
30 
33  (const DtString& name,
34  DtReaderWriterRegistry * parentRegistry = 0);
35 
39  DtReaderWriterRegistry * parentRegistry = 0);
40 
42  const DtSurfaceEntityRoutePilotDescriptor & operator=
44 
45  virtual ~DtSurfaceEntityRoutePilotDescriptor() override;
46 
49  virtual DtString type() const override;
50 
52  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry* parentRegistry = 0) const override;
53 
54 protected:
57 
58 };
59 
60 #endif
61 
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const override
#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
static DtComponentDescriptor * creator()
DtSurfaceEntityRoutePilotDescriptor.
Definition: surfaceEntityRoutePilotDescriptor.h:24
Contains class declaration for DtSurfaceEntityPilotControllerDescriptor; descriptor for the DtSurface...
Definition: surfaceEntityPilotControllerDescriptor.h:25
virtual DtString type() const override
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...

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)