VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
topoView.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
#ifndef DtTopoView_H_
7
#define DtTopoView_H_
8
11
12
#include "
cartView.h
"
13
20
class
DT_DLL_VL
DtTopoView
:
public
DtCartesianView
21
{
22
public
:
23
25
DtTopoView
(
DtBaseEntityStateRepository
* esr,
26
double
latitiude,
double
longitude);
27
29
virtual
~
DtTopoView
();
30
32
DtTopoView
(
const
DtTopoView
& orig);
33
35
DtTopoView
&
operator=
(
const
DtTopoView
& orig);
36
};
37
38
#endif
39
Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)