VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
mapSurfaceToRoughness.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2025 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: mapSurfaceToRoughness.h,v $ $Revision: 1.3 $ $State: Exp $
7 *******************************************************************************/
8 
9 // \file mapSurfaceToRoughness.h
10 // \brief DtMapSurfaceToRoughness; helper class that maps a DtSurface to a
11 // DtRoughnessSoilType
12 
13 #ifndef DtMapSurfaceToRoughness_H_
14 #define DtMapSurfaceToRoughness_H_
15 
17 #include "geometry/surface.h"
18 
19 // DtMapSurfaceToRoughness is a functor that maps a DtSurface type to a
20 // DtRoughnessSoilType
22 {
23 public:
24 
25  // default constructor
27 
28  // destructor
29  virtual ~DtMapSurfaceToRoughness();
30 
31  // copy constructor
33 
34  // assignment operator
35  DtMapSurfaceToRoughness& operator=(const DtMapSurfaceToRoughness& orig);
36 
37  // Function call operator. Maps given DtSurface to a DtRoughnessSoilType.
38  virtual enum DtRoughnessSoilType operator()( const DtSurface& surface ) const;
39 };
40 
41 #endif
Definition: surface.h:181
Definition: mapSurfaceToRoughness.h:21
#define DT_DLL_geometry
Definition: geometryDefines.h:23
DtRoughnessSoilType
Definition: surface.h:75

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)