VR-Link API Documentation for HLA Evolved
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
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
#pragma warning(disable : 4100)
10
11
#include "
omtNode.h
"
12
13
#include <
vlutil/vlString.h
>
14
18
class
DT_DLL_OMTREADER
DtFedNode
:
public
DtOMTNode
19
{
20
public
:
21
22
24
DtFedNode
();
25
27
explicit
DtFedNode
(
DtFedNode
*);
28
30
virtual
~
DtFedNode
();
31
33
DtFedNode
(
const
DtFedNode
& orig);
34
36
DtFedNode
&
operator=
(
const
DtFedNode
& rhs);
37
38
bool
operator==
(
const
DtFedNode
& rhs);
39
41
virtual
void
setParentObject(
DtFedNode
*);
42
44
virtual
DtFedNode
* getParentObject()
const
;
45
46
49
virtual
const
DtString
& getFullName()
const
;
50
51
protected
:
52
DtFedNode
*
myParentObject
;
53
54
private
:
58
mutable
DtString
*
myFullName
;
59
60
};
61
62
Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)