VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
mc02Regions.h
Go to the documentation of this file.
1 //********************************************************************
2 // Copyright (c) 2005 MaK Technologies, Inc.
3 // All rights reserved.
4 //********************************************************************
5 #pragma once
6 
7 // This file should be included to use the DtHyperspaceRegion defined by MC02.
8 // Each type of region derives from the second template parameter, so that it
9 // will have an appropriate interface. E.g. DtBlueSeaRegion has no modifiers for
10 // its dimensions, but DtGreenGroundSpace has modifiers for latitude and longitude.
11 // Note that notifyRtiOfUpdate() after setting bounds in order to commit the region
12 // modifications. Also note that this has only been implemented for HLA 1.3. We
13 // do plan to implement the 1516 versions of these files.
14 
15 #include "hypSpaceRegion.h"
16 #include "emptyDim.h"
17 #include "latLonDim.h"
18 #include "radForceDim.h"
19 #include "forceDim.h"
20 #include "dataLinkDim.h"
21 #include "databaseDim.h"
22 
60 
61 
62 
63 
64 

Document ID: Generated on Thu Feb 22 04:26:36 EST 2018 from SVN revision 186468
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)