VR-Link API Documentation for HLA 1.3
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 Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)