VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
metaFlightInitializer.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: mtFltInit.h,v $ $Revision: 1.6 $ $State: Exp $
7 *******************************************************************************/
8 #ifndef metaFlightInitializer_H_
9 #define metaFlightInitializer_H_
10 
11 // \file mtFltInit.h
12 // \brief Contains the DtMetaFlightInitializer class declaration.
13 
14 #include "mtflt/mtfltDefines.h"
15 #include <vlutil/vlFilename.h>
17 #include <vlutil/vlConfig.h>
18 #include <list>
19 
20 //
21 // The mtFlt metafile record has a container of individual mtFlt files
23 {
24 
25 public:
26 
27  typedef std::list<DtFilename> DtMetaFlightFileContainer;
28  typedef DtMetaFlightFileContainer::iterator DtMetaFlightFileIter;
29  typedef DtMetaFlightFileContainer::const_iterator DtMetaFlightFileConstIter;
30 
31  // default constructor.
33 
34  // destructor
35  virtual ~DtMetaFlightInitializer();
36 
37  // copy constructor
39 
40  // assignment operator
42 
43  virtual DtString type() const;
44 
45  // add a filename
46  virtual void addFile(const DtFilename& filename);
47 
48 protected:
49 
51 
52 };
53 
54 #endif

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)