VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
serializableLambertConformalCS.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2001 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: ser_lcc.h,v $ $Revision: 1.6 $ $State: Exp $
7 *********************************************************************/
8 #ifndef serializableLambertConformalCS_H_
9 #define serializableLambertConformalCS_H_
10 
11 //
12 // \file ser_lcc.h
13 // Contains the serializable lambert conformal coordinate system class declaration.
14 //
16 #include <stdio.h>
17 #include "tdbutil/serializable.h"
19 
20 //
21 // DtSerializableLambertConformalCS is a serializable version of the
22 // DtLambertConformalCS.
23 //
25 : public DtLambertConformalCS, public DtSerializable
26 {
27 public:
29  DtSerializableLambertConformalCS(double passedLambda0,
30  double passedPhi0,
31  double passedPhi1,
32  double passedPhi2);
33 
34  // Copy Constructor
36 
37  // Destructor
39 
40  // Assignment operator
42 
43  // Clone operator
44  virtual Coordinate_System* clone() const;
45 
46  virtual bool readFrom(FILE* fp);
47  virtual bool writeTo(FILE* fp);
48 };
49 
50 
51 #endif
DtLambertConformalCS & operator=(const DtLambertConformalCS &orig)
Definition: coordSystem.h:54
virtual bool writeTo(FILE *fp)=0
virtual Coordinate_System * clone() const
Definition: serializable.h:30
Definition: lambertConformalCS.h:25
#define DT_DLL_terrainCS
Definition: terrainCSDefines.h:23
virtual bool readFrom(FILE *fp)=0
Definition: serializableLambertConformalCS.h:24

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)