VR-Link API Documentation for HLA 1516
enumerationNode.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 
13 {
14 public:
15 
18 
20  virtual ~DtEnumerationNode();
21 
24 
26  DtEnumerationNode& operator=(const DtEnumerationNode& rhs);
27 
28  virtual void setEnum(const DtString&);
29  virtual const DtString& getEnum();
30 
31  virtual void setNumber(int);
32  virtual int getNumber();
33 
34 
35 protected:
37  int myNumber;
38 
39 };
40 

Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)