VR-Forces 4.1.1 Class Documentation
terrainPreloadSphere.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 #include "geometry/sphere.h"
16 
18 {
19 public:
21  DtTerrainPreloadSphere(const DtSphere& sphere);
22  virtual ~DtTerrainPreloadSphere();
25 
26  virtual int type() const;
27 
28  virtual void setSphere(const DtSphere& sphere);
29  virtual const DtSphere& sphere() const;
30 
31 protected:
33 };

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)