VR-Forces 4.0.4 Class Documentation
include/vrfobjcore/vectorObstructionID.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2004 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: vectorObstructionID.h,v $ $Revision: 1.4 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00012 #ifndef vectorObstructionID_H_
00013 #define vectorObstructionID_H_
00014 
00015 #include "gdb/specification.h"
00016 
00017 
00024 #include "vrfobjcore/vrfobjcoreDefines.h"
00025 class DT_DLL_vrfobjcore DtVectorObstructionID
00026 {
00027 public:
00028    
00029    DtVectorObstructionID();
00030    
00031    virtual ~DtVectorObstructionID();
00032 
00033    virtual bool operator==(const DtVectorObstructionID& otherVectorObstructionID) const;
00034 
00035    virtual void setSpecification(const DtSpecification& spec);
00036    
00037    virtual const DtSpecification& specification() const;
00038 
00039 private:
00040    DtSpecification mySpecification;
00041 };
00042 
00043 #endif
00044 

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)