VR-Link API Documentation for HLA 1.3
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 Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)