VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
partitionNorm.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 "hypNorm.h"
8 #include <vector>
9 
11 {
12 public:
14 
15  virtual ~DtPartitionNormalizer();
16 
17  virtual unsigned long normalize();
18 
19  virtual void setValue(double value);
20  virtual double value() const;
21 
22  virtual void setTable(const std::vector<double>& table);
23 
24 protected:
25  virtual unsigned long mapEnumerated(int ev, int min, int max);
26 
27  std::vector<double> myTable;
28  double myValue;
29 };
30 
31 
32 

Document ID: Generated on Mon Apr 8 04:49:21 EDT 2019 from SVN revision 197403
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)