VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
examples
MC02Region
radioDim.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
#include <
vl/region.h
>
8
#include "
partitionNorm.h
"
9
10
class
DtRadioDimension
:
public
DtDDMRegion
11
{
12
public
:
13
DtRadioDimension
(
DtExerciseConn
* exConn);
14
15
virtual
~DtRadioDimension
();
16
17
virtual
void
setValue
(
double
value
);
18
virtual
double
value
()
const
;
19
20
protected
:
21
void
initFrequencyTable
();
22
23
std::vector<double>
myFrequencyTable
;
24
DtPartitionNormalizer
myFrequencyNormalizer
;
25
double
myValue
;
26
};
27
28
29
Document ID: Generated on Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (
www.mak.com
)