VR-Link API Documentation for HLA Evolved
fieldComponentNode.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 #include "omtNode.h"
00010 
00011 #include <vlutil/vlString.h>
00012 
00013 class DT_DLL_OMTREADER DtFieldComponentNode : public DtOMTNode
00014 {
00015 public:
00016    
00018    DtFieldComponentNode();
00019    
00021    virtual ~DtFieldComponentNode();
00022 
00024    DtFieldComponentNode(const DtFieldComponentNode& orig);
00025 
00027    DtFieldComponentNode& operator=(const DtFieldComponentNode& orig);
00028 
00029    virtual void setDatatype(const DtString&);
00030    virtual const DtString& getDatatype();
00031 
00032    virtual void setDescription(const DtString&);
00033    virtual const DtString& getDescription();
00034 
00035    
00036 protected:
00037     DtString myDatatype;
00038     DtString myDescription;
00039 
00040 };
00041 

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)