VR-Link API Documentation for HLA 1516
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
#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 Jan 7 13:31:29 EST 2015 from SVN revision 149162
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)