VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
metaFlightGeomGridDs.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: mtFltGeomGridDs.h,v $ $Revision: 1.9 $ $State: Exp $
7 *******************************************************************************/
8 
9 #ifndef metaFlightGeomGridDs_H_
10 #define metaFlightGeomGridDs_H_
11 
12 //
13 // \file mtFltGeomGridDs.h
14 // \brief Represents a GeometryGridDataset node inside a Metaflight file.
15 //
16 
17 #include "mtflt/mtfltDefines.h"
18 #include "mtflt/metaFlightGridDs.h"
19 #include <libxml/xmlreader.h>
20 
21 // \brief Represents a GeometryGridDataset node inside a Metaflight file.
22 // This class represents a GeometryGridDataset, which is the most important
23 // Dataset type when it comes to preparing a titled terrain database to be
24 // loaded by VR-Forces. This is one of the types of information conveyed by
25 // MetaFlight.
27 {
28 public:
29 
30  // Default constructor.
32 
33  // Destructor
34  virtual ~DtMetaFlightGeomGridDs();
35 
36  // Copy constructor
38 
39  // Assignment operator
41 
42  // Overrides the \p DtMetaFlightNode::readNode method to read the
43  // node information from a Metaflight GeometryGridDataset node. It
44  // reads the generic Dataset information with DtMetaFlightGridDs::readNode
45  // \param root pointer to the root node of the document
46  // \param node pointer to the xml node that will be read
47  // \return \b true if success reading the node. \b false otherwise.
48  virtual bool readNode(const xmlNodePtr root, xmlNodePtr node);
49 
50 protected:
51 
52 
53 };
54 
55 #endif

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)