VR-Link API Documentation for DIS
fedNode.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *******************************************************************************/
00007 #pragma once
00008 
00009 #pragma warning(disable : 4100)
00010 
00011 #include "omtNode.h"
00012 
00013 #include <vlutil/vlString.h>
00014 
00018 class DT_DLL_OMTREADER DtFedNode : public DtOMTNode
00019 {
00020 public:
00021    
00022    
00024    DtFedNode();
00025    
00027    explicit DtFedNode(DtFedNode*);
00028    
00030    virtual ~DtFedNode();
00031    
00033    DtFedNode(const DtFedNode& orig);
00034    
00036    DtFedNode& operator=(const DtFedNode& rhs);
00037       
00039    virtual void setParentObject(DtFedNode*);
00040    
00042    virtual DtFedNode* getParentObject() const;
00043    
00044    
00047    virtual const DtString& getFullName() const;
00048    
00049 protected:
00050    DtFedNode* myParentObject;
00051    
00052 private:
00056    mutable DtString*  myFullName;
00057    
00058 };
00059 
00060 

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)