VR-Link API Documentation for DIS
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
descriptionNode.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 "
omtNode.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
DtDescriptionNode
:
public
DtOMTNode
19
{
20
public
:
21
23
DtDescriptionNode
();
24
26
virtual
~
DtDescriptionNode
();
27
29
DtDescriptionNode
(
const
DtDescriptionNode
& orig);
30
32
DtDescriptionNode
& operator=(
const
DtDescriptionNode
& rhs);
33
34
virtual
void
setDescription(
const
DtString
&);
35
virtual
const
DtString
& getDescription()
const
;
36
37
virtual
void
setReliable(
const
DtString
&);
38
virtual
const
DtString
& getReliable()
const
;
39
40
41
protected
:
42
DtString
myDescription
;
43
DtString
myReliable
;
44
45
};
46
47
48
#ifdef DtUSE_UTILITIES_NAMESPACE
49
}
// end of namespace DtUSE_UTILITIES_NAMESPACE
50
#endif
Document ID: Generated on Mon Apr 8 04:49:21 EDT 2019 from SVN revision 197403
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)