VR-Forces 4.0.4 Class Documentation
include/terrainInterface/terrainPreloadChord.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2010 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 
00008 
00010 
00011 #pragma once
00012 
00013 #include "terrainInterface/terrainPreloadGeometry.h"
00014 #include "terrainInterface/terrainInterfaceDefines.h"
00015 #include "geometry/chord.h"
00016 
00019 class DT_DLL_terrainInterface DtTerrainPreloadChord : public DtTerrainPreloadGeometry
00020 {
00021 public:
00022    DtTerrainPreloadChord();
00023    DtTerrainPreloadChord(const DtChord& chord);
00024    virtual ~DtTerrainPreloadChord();
00025    DtTerrainPreloadChord(const DtTerrainPreloadChord& orig);
00026    DtTerrainPreloadChord& operator=(const DtTerrainPreloadChord& orig);
00027 
00028    virtual int type() const;
00029 
00030    virtual void setChord(const DtChord& chord);
00031    virtual const DtChord& chord() const;
00032 
00033 protected:
00034    DtChord myChord;
00035 };

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)