VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
shapePolyLineZ.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1998 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
6 #ifndef SHAPEPOLYLINEZ_H
7 #define SHAPEPOLYLINEZ_H
8 
9 #include "shape/shapeDefines.h"
10 #include <stdio.h>
11 #include "shape/shapePolyLineM.h"
12 
13 class DtShapePointZ;
14 
15 // class DtShapePolyLineZ:
16 //
17 
19 {
20 
21 public:
22 
23  // default constructor.
24  DtShapePolyLineZ(double elevationFactor, bool isPoly = false);
25 
26  // destructor
27  virtual ~DtShapePolyLineZ();
28 
29  virtual bool load(FILE* f, bool loadMeasures = true, const DtShapeProjection* projection = NULL);
30  virtual DtShapePoint* point(int i);
31 
32 protected:
33 
35  DtNetFloat64 myZRange[2];
36 
37 };
38 
39 #endif

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)