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
fedNode.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
#pragma warning(disable : 4100)
12
13
#include "
omtNode.h
"
14
15
#include <
vlutil/vlString.h
>
16
#ifdef DtUSE_UTILITIES_NAMESPACE
17
namespace
DtUSE_UTILITIES_NAMESPACE
18
{
19
#endif
20
21
22
23
class
DT_DLL_OMTREADER
DtFedNode
:
public
DtOMTNode
24
{
25
public
:
26
27
29
DtFedNode
();
30
32
explicit
DtFedNode
(
DtFedNode
*);
33
35
virtual
~
DtFedNode
();
36
38
DtFedNode
(
const
DtFedNode
& orig);
39
41
DtFedNode
& operator=(
const
DtFedNode
& rhs);
42
43
bool
operator==
(
const
DtFedNode
& rhs);
44
46
virtual
void
setParentObject(
DtFedNode
*);
47
49
virtual
DtFedNode
* getParentObject()
const
;
50
51
54
virtual
const
DtString
& getFullName()
const
;
55
56
protected
:
57
DtFedNode
*
myParentObject
;
58
59
private
:
63
mutable
DtString
*
myFullName
;
64
65
};
66
67
68
#ifdef DtUSE_UTILITIES_NAMESPACE
69
}
// end of namespace DtUSE_UTILITIES_NAMESPACE
70
#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
)