VR-Forces 4.0.4 Class Documentation
include/dted/dfad_point.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2003 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: dfad_point.h,v $ $Revision: 1.5 $ $State: Exp $
00007 *******************************************************************************/
00008 
00009 //
00010 //   Defines a point dfad feature
00011 //
00012 
00013 #ifndef __DFADPOINT
00014 #define __DFADPOINT
00015 
00016 #include "dted/dtedDefines.h"
00017 #include "dted/dfad_feature.h"
00018 
00019 class DT_DLL_dted DtDfadPointFeature : public DtDfadFeature
00020 {
00021 public:
00022    
00023    DtDfadPointFeature(int fac, 
00024                       int featureID, 
00025                       int smc, 
00026                       float culturalZ, 
00027                       float orientation, 
00028                       float length, 
00029                       float width,
00030                       int omniDirectional, 
00031                       int numberVertices);
00032 
00033    DtDfadPointFeature();
00034 
00035 protected:
00036 
00037    virtual void         parseSpecificType();
00038 };
00039 
00040 #endif

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)