MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
dimensionNode.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *******************************************************************************/
7 #pragma once
8 
9 
10 
12 
13 #include <vlutil/vlString.h>
15 {
16 public:
17 
20 
22  virtual ~DtDimensionNode();
23 
25  DtDimensionNode(const DtDimensionNode& orig);
26 
29 
30  virtual void setNormalization(const DtString&);
31  virtual const DtString& getNormalization() const;
32 
33  virtual void setValue(const DtString&);
34  virtual const DtString& getValue() const;
35 
36  virtual void setUpperBound(const DtString&);
37  virtual const DtString& getUpperBound() const;
38 
39 
40 protected:
44 
45 };
46 
47 
48 

Document ID: Generated on Wed Jun 5 18:45:18 EDT 2019 from SVN revision 198968
Copyright © 2019 VT MAK. All Rights Reserved (www.mak.com)