VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
10 
11 #include <omtReader/omtReader.h>
12 #include <vlutil/vlString.h>
13 #ifdef DtUSE_UTILITIES_NAMESPACE
14 namespace DtUSE_UTILITIES_NAMESPACE
15 {
16 #endif
21 {
22 public:
23 
25  DtOMTNode();
26 
28  virtual ~DtOMTNode();
29 
31  DtOMTNode(const DtOMTNode& orig);
32 
34  DtOMTNode& operator=(const DtOMTNode& rhs);
35 
36  virtual void setName(const DtString&);
37  virtual const DtString& getName() const;
38 
39  virtual void setUniqueName(const DtString&);
40  virtual const DtString& getUniqueName() const;
41 
42  virtual void setNote(const DtString&);
43  virtual const DtString& getNote() const;
44 
45 protected:
49 
50 };
51 
52 
53 
54 #ifdef DtUSE_UTILITIES_NAMESPACE
55 } // end of namespace DtUSE_UTILITIES_NAMESPACE
56 #endif
Contains the DtString class declaration.
Contains defines for export control for OMT Reader.
#define DT_DLL_OMTREADER
Definition: omtReader.h:27
DtString myName
Definition: omtNode.h:46
represents a node in an OMT tree.
Definition: omtNode.h:20
DtString myUniqueName
Definition: omtNode.h:48
DtString myNote
Definition: omtNode.h:47
Instances of DtString are used to represent strings.
Definition: vlString.h:29

Document ID: Generated on Mon Apr 25 03:39:01 EDT 2022 from SVN revision 242502
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)