VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
11 {
12 public:
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;
25  double myValue;
26 };
27 
28 
29 

Document ID: Generated on Mon Feb 6 18:36:34 EST 2017 from SVN revision 173107
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)