VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
shapeMultiPointM.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1998 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
6 #ifndef SHAPEMULTIPOINTM_H
7 #define SHAPEMULTIPOINTM_H
8 
9 #include "shape/shapeDefines.h"
10 #include <stdio.h>
11 #include "shape/shapeMultiPoint.h"
12 
13 class DtShapePointM;
14 
15 // class DtShapeMultiPointM:
16 //
17 
19 {
20 
21 public:
22 
23  // default constructor.
24  DtShapeMultiPointM(double elevationFactor);
25 
26  // destructor
27  virtual ~DtShapeMultiPointM();
28 
29  virtual bool load(FILE *f, bool loadMeasures = true);
30  virtual DtShapePoint* point(int i);
31 
32 protected:
33  // not implemented
34  DtShapeMultiPointM(const DtShapeMultiPointM& original);
35  DtShapeMultiPointM& operator=(const DtShapeMultiPointM& original);
36 
38  DtNetFloat64 myMinMax[2];
39 };
40 
41 #endif
DtShapePointM * myPointMs
Definition: shapeMultiPointM.h:37
Definition: shapeMultiPoint.h:21
virtual bool load(FILE *f, bool loadMeasures=false, const DtShapeProjection *projection=NULL)
virtual DtShapePoint * point(int i)
Definition: shapePointM.h:24
Definition: shapeMultiPointM.h:18
#define DT_DLL_shape
Definition: shapeDefines.h:23
Definition: shapePoint.h:22

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)