VR-Forces 4.0.4 Class Documentation
include/flt/dfdInit.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2004 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: dfdInit.h,v $ $Revision: 1.6 $ $State: Exp $
00007 *******************************************************************************/
00008 #ifndef dfdInit_H_
00009 #define dfdInit_H_
00010 
00011 // \file dfdInit.h
00012 // \brief Contains the DtDfdDfadInitializer class declaration.
00013 
00014 #include "flt/fltDefines.h"
00015 #include "dted/dfadInit.h"
00016 
00017 
00018 // The DFD initializer contains all of the options/settings to use when 
00019 // importing DFD vector files.
00020 class DT_DLL_flt DtDfdDfadInitializer : public DtDfadInitializer
00021 {
00022 
00023 public:
00024 
00025    // default constructor.
00026    DtDfdDfadInitializer();
00027 
00028    // destructor
00029    virtual ~DtDfdDfadInitializer();
00030 
00031    // copy constructor
00032    DtDfdDfadInitializer(const DtDfdDfadInitializer& orig);
00033 
00034    // assignment operator
00035    DtDfdDfadInitializer& operator=(const DtDfdDfadInitializer& orig);
00036 
00037    virtual DtString type();
00038 
00039 };
00040 
00041 #endif

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)