VR-Link API Documentation for HLA 1.3
enumNorm.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 
10 {
11 public:
13 
14  virtual ~DtEnumNormalizer();
15 
16  virtual unsigned long normalize();
17 
18  virtual void setMinValue(int min);
19  virtual void setMaxValue(int max);
20  virtual void setEnumValue(int value);
21 
22  virtual int minValue() const;
23  virtual int maxValue() const;
24  virtual int enumValue() const;
25 
26 protected:
30 };
31 
32 
33 

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)