VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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>
14 #ifdef DtUSE_UTILITIES_NAMESPACE
15 namespace DtUSE_UTILITIES_NAMESPACE
16 {
17 #endif
19 {
20 public:
21 
24 
26  virtual ~DtDimensionNode();
27 
29  DtDimensionNode(const DtDimensionNode& orig);
30 
32  DtDimensionNode& operator=(const DtDimensionNode& rhs);
33 
34  virtual void setNormalization(const DtString&);
35  virtual const DtString& getNormalization() const;
36 
37  virtual void setValue(const DtString&);
38  virtual const DtString& getValue() const;
39 
40  virtual void setUpperBound(const DtString&);
41  virtual const DtString& getUpperBound() const;
42 
43 
44 protected:
48 
49 };
50 
51 #ifdef DtUSE_UTILITIES_NAMESPACE
52 } // end of namespace DtUSE_UTILITIES_NAMESPACE
53 #endif
Definition: dimensionNode.h:18
DtString myUpperBound
Definition: dimensionNode.h:47
Contains the DtString class declaration.
#define DT_DLL_OMTREADER
Definition: omtReader.h:27
represents a node in an OMT tree containing a datatype description.
Definition: omtDatatypeNode.h:18
DtString myValue
Definition: dimensionNode.h:46
Instances of DtString are used to represent strings.
Definition: vlString.h:29
DtString myNormalization
Definition: dimensionNode.h:45

Document ID: Generated on Tue Aug 10 00:12:31 EDT 2021 from SVN revision 232765
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)