VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
omtReader
omtNode.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
#include <
omtReader/omtReader.h
>
10
#include <
vlutil/vlString.h
>
11
15
class
DT_DLL_OMTREADER
DtOMTNode
16
{
17
public
:
18
20
DtOMTNode
();
21
23
virtual
~
DtOMTNode
();
24
26
DtOMTNode
(
const
DtOMTNode
& orig);
27
29
DtOMTNode
& operator=(
const
DtOMTNode
& rhs);
30
31
virtual
void
setName(
const
DtString
&);
32
virtual
const
DtString
& getName()
const
;
33
34
protected
:
35
DtString
myName
;
36
37
};
38
39
Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)