VR-Forces 4.0.4 Class Documentation
include/terrainInterface/terrainPagingShape.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 "vrfutil/lclVtxList.h"
00016 
00019 class DT_DLL_terrainInterface DtTerrainPagingShape : public DtTerrainPagingGeometry
00020 {
00021 public:
00022    DtTerrainPagingShape();
00023    DtTerrainPagingShape(const DtLocalVertexList& vertexList);
00024    virtual ~DtTerrainPagingShape();
00025    DtTerrainPagingShape(const DtTerrainPagingShape& orig);
00026    DtTerrainPagingShape& operator=(const DtTerrainPagingShape& orig);
00027 
00028    virtual int type() const;
00029 
00030    virtual void setShape(const DtLocalVertexList& vertexList);
00031    virtual const DtLocalVertexList& shape() const;
00032 
00033 protected:
00034    DtLocalVertexList myShape;
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)