VR-Forces 4.0.4 Class Documentation
include/terrainInterface/terrainPagingSphere.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/sphere.h"
00016 
00017 
00020 class DT_DLL_terrainInterface DtTerrainPagingSphere : public DtTerrainPagingGeometry
00021 {
00022 public:
00023    DtTerrainPagingSphere();
00024    DtTerrainPagingSphere(const DtSphere& sphere);
00025    virtual ~DtTerrainPagingSphere();
00026    DtTerrainPagingSphere(const DtTerrainPagingSphere& orig);
00027    DtTerrainPagingSphere& operator=(const DtTerrainPagingSphere& orig);
00028 
00029    virtual int type() const;
00030 
00031    virtual void setSphere(const DtSphere& sphere);
00032    virtual const DtSphere& sphere() const;
00033 
00034 protected:
00035    DtSphere mySphere;
00036 };

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)