VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
shapePolyLineZ.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2025 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() override;
28 
29  virtual bool load(FILE *f, bool loadMeasures = true,
30  const DtShapeProjection *projection = NULL) override;
31  virtual DtShapePoint *point(int i) override;
32 
33 protected:
34 
36  DtNetFloat64 myZRange[2];
37 
38 };
39 
40 #endif
virtual bool load(FILE *f, bool loadMeasures=true)
Definition: shapeProjectionInformation.h:68
DtShapePointZ * myPointZs
Definition: shapePolyLineZ.h:35
Definition: shapePolyLineM.h:18
Definition: shapePolyLineZ.h:18
Definition: shapePointZ.h:21
virtual DtShapePoint * point(int i) override
#define DT_DLL_shape
Definition: shapeDefines.h:23
Definition: shapePoint.h:22

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)