VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
terrainIntersectorDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: terrainIntersectorDescriptor.h,v $ $Revision: 1.3 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef terrainIntersectorDescriptor_h
13 #define terrainIntersectorDescriptor_h
14 
15 #include "gdb/gdbDefines.h"
16 
17 class DtString;
18 
19 // Base class for all descriptors of DtTerrainIntersector classes.
20 // The descriptors contain the type and any parameters for the intersector.
21 // Subclasses must by copyable.
23 {
24 public:
28 
30 
31  // \return The type identifier for the DtTerrainIntersector that this
32  // descriptor is for. The descriptors and the intersectors use the
33  // same type identifiers.
34  virtual int terrainIntersectorType() const = 0;
35 
36  // \return A copy of the descriptor.
37  virtual DtTerrainIntersectorDescriptor* clone() const = 0;
38 
39  // Called to return information about this descriptor
40  virtual void descriptorInformation(DtString& name, DtString& properties) const = 0;
41 
42 };
43 
44 #endif
DtTerrainIntersectorDescriptor & operator=(const DtTerrainIntersectorDescriptor &orig)
Definition: terrainIntersectorDescriptor.h:29
#define DT_DLL_gdb
Definition: gdbDefines.h:25
Definition: terrainIntersectorDescriptor.h:22
DtTerrainIntersectorDescriptor(const DtTerrainIntersectorDescriptor &orig)
Definition: terrainIntersectorDescriptor.h:26
virtual ~DtTerrainIntersectorDescriptor()
Definition: terrainIntersectorDescriptor.h:27
DtTerrainIntersectorDescriptor()
Definition: terrainIntersectorDescriptor.h:25

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)