VR-Link API Documentation for HLA Evolved
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
omtReader
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
11
#include "
omtReader/omtDatatypeNode.h
"
12
13
#include <
vlutil/vlString.h
>
14
#ifdef DtUSE_UTILITIES_NAMESPACE
15
namespace
DtUSE_UTILITIES_NAMESPACE
16
{
17
#endif
18
class
DT_DLL_OMTREADER
DtDimensionNode
:
public
DtOMTDatatypeNode
19
{
20
public
:
21
23
DtDimensionNode
();
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
:
45
DtString
myNormalization
;
46
DtString
myValue
;
47
DtString
myUpperBound
;
48
49
};
50
51
#ifdef DtUSE_UTILITIES_NAMESPACE
52
}
// end of namespace DtUSE_UTILITIES_NAMESPACE
53
#endif
Document ID: Generated on Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)