VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
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:
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 Mon Feb 6 18:36:34 EST 2017 from SVN revision 173107
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)