VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
dfdDfadInitializer.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2004 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: dfdInit.h,v $ $Revision: 1.6 $ $State: Exp $
7 *******************************************************************************/
8 #ifndef dfdDfadInitializer_H_
9 #define dfdDfadInitializer_H_
10 
11 // \file dfdInit.h
12 // \brief Contains the DtDfdDfadInitializer class declaration.
13 
14 #include "flt/fltDefines.h"
15 #include "dted/dfadInitializer.h"
16 
17 
18 // The DFD initializer contains all of the options/settings to use when
19 // importing DFD vector files.
21 {
22 
23 public:
24 
25  // default constructor.
27 
28  // destructor
29  virtual ~DtDfdDfadInitializer();
30 
31  // copy constructor
33 
34  // assignment operator
36 
37  virtual DtString type();
38 
39 };
40 
41 #endif
#define DT_DLL_flt
Definition: fltDefines.h:23
virtual DtString type()
DtDfadInitializer & operator=(const DtDfadInitializer &orig)
Definition: dfadInitializer.h:21
Definition: dfdDfadInitializer.h:20

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)