VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
terrainPagingShape.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
16 
20 {
21 public:
23  DtTerrainPagingShape(const DtLocalVertexList& vertexList);
24  virtual ~DtTerrainPagingShape();
27 
28  virtual int type() const;
29  virtual DtTerrainPagingShape* clone() const;
30 
32  virtual DtExtent extent() const;
33 
34  virtual void setShape(const DtLocalVertexList& vertexList);
35  virtual const DtLocalVertexList& shape() const;
36 
37 protected:
38 
39  virtual void setExtent();
40 
43 };
A terrain paging geometry which defines the paging area to be along a given shape.
Definition: terrainPagingShape.h:19
virtual DtTerrainPagingGeometry * clone() const =0
The DtExtent represents an axis-aligned 3d bounding box.
Definition: extent.h:43
virtual DtExtent extent() const =0
#define DT_DLL_terrainInterface
This file is used to determine how to build.
Definition: terrainInterfaceDefines.h:25
DtTerrainPagingGeometry & operator=(const DtTerrainPagingGeometry &orig)
DtExtent myExtent
Definition: terrainPagingShape.h:42
virtual int type() const =0
Abstract base class for defining geometric areas for paging of terrain. Subclasses of this class will...
Definition: terrainPagingGeometry.h:24
DtLocalVertexList myShape
Definition: terrainPagingShape.h:41
class DtLocalVertexList:
Definition: localVertexList.h:20

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)