VR-Forces 4.0.4 Class Documentation
include/terrainInterface/terrainPagingChord.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/terrainPagingGeometry.h"
00014 #include "terrainInterface/terrainInterfaceDefines.h"
00015 #include "geometry/chord.h"
00016 
00019 class DT_DLL_terrainInterface DtTerrainPagingChord : public DtTerrainPagingGeometry
00020 {
00021 public:
00022    DtTerrainPagingChord();
00023    DtTerrainPagingChord(const DtChord& chord);
00024    virtual ~DtTerrainPagingChord();
00025    DtTerrainPagingChord(const DtTerrainPagingChord& orig);
00026    DtTerrainPagingChord& operator=(const DtTerrainPagingChord& 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)