VR-Forces 4.0.4 Class Documentation
include/vrfobjparam/surfERtPltDesc.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2002 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: surfERtPltDesc.h,v $ $Revision: 1.7 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00013 
00014 #ifndef DtSurfaceEntityRoutePilotDescriptor_H_
00015 #define DtSurfaceEntityRoutePilotDescriptor_H_
00016 
00017 #include "vrfobjparam/surfEntPltDesc.h"
00018 
00023 #include "vrfobjparam/vrfobjparamDefines.h"
00024 class DT_DLL_vrfobjparam DtSurfaceEntityRoutePilotDescriptor : 
00025    public DtSurfaceEntityPilotControllerDescriptor
00026 {
00027 public:
00029    static DtComponentDescriptor * creator();
00030 
00032     DtSurfaceEntityRoutePilotDescriptor
00033         (const DtString& name,
00034          DtReaderWriterRegistry * parentRegistry = 0);
00035 
00037     DtSurfaceEntityRoutePilotDescriptor
00038         (const DtSurfaceEntityRoutePilotDescriptor & orig,
00039          DtReaderWriterRegistry * parentRegistry = 0);
00040 
00042     const DtSurfaceEntityRoutePilotDescriptor & operator=
00043         (const DtSurfaceEntityRoutePilotDescriptor & orig);
00044 
00045     virtual ~DtSurfaceEntityRoutePilotDescriptor();
00046 
00049     virtual DtString type() const;
00050 
00052     virtual DtComponentDescriptor * clone
00053         (DtReaderWriterRegistry * parentRegistry = 0) const;
00054 
00055 protected:
00057     DtSurfaceEntityRoutePilotDescriptor();
00058 
00059 };
00060 
00061 #endif
00062 

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)