VR-Link API Documentation for HLA Evolved
topoView.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *********************************************************************/
00005 
00006 #ifndef DtTopoView_H_
00007 #define DtTopoView_H_
00008 
00011 
00012 #include "cartView.h"
00013 
00020 class DT_DLL_VL DtTopoView : public DtCartesianView
00021 {
00022 public:
00023 
00025    DtTopoView(DtBaseEntityStateRepository* esr,
00026       double latitiude, double longitude);
00027 
00029    virtual ~DtTopoView();
00030 
00032    DtTopoView(const DtTopoView& orig);
00033 
00035    DtTopoView& operator=(const DtTopoView& orig);
00036 };
00037 
00038 #endif
00039 

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)