DI-Guy SDK Documentation  13.7
diguyMaterialType.h
Go to the documentation of this file.
1 
2 /*********************************************************************
3  ** Copyright (c) 1992-2022 MAK Technologies, Inc.
4  ** All rights reserved.
5  *********************************************************************/
6 
7 
8 /*********************************************************************
9  **
10  *t diguyMaterialType Type Declaration
11  **
12  */
13 
14 #ifndef __diguyMaterialType_H
15 #define __diguyMaterialType_H
16 
17 #ifdef SWIG
19 #else
20 #define CPLUSPLUS_ONLY
21 #endif
22 
23 extern "C" {
24 
25 #include <declspec_diguy.h>
26 
27 
28 /****************************************************************************/
40 } ;
41 
42 /*l
43  *b Description:
44  **
45  ** This function converts the passed material enumeration into
46  ** a NULL-terminated C-style string.
47  **
48  *b Returns:
49  **
50  ** C-style string identifying variant
51  **
52  *b Callable From:
53  **
54  *- - C++
55  *- - Script
56  */
57 BDI_DECLSPEC_diguy
59 
60 /*l
61  *b Description:
62  **
63  ** This function converts the passed C-style string into an
64  ** enumerated value.
65  **
66  *b Returns:
67  **
68  ** enumeration value of material
69  **
70  *b Callable From:
71  **
72  *- - C++
73  *- - Script
74  */
75 BDI_DECLSPEC_diguy
77 
78 
79 } /* end extern "C" */
80 
81 #endif /* diguyMaterialType */
82 
83 
84 /*********************************************************************
85  ** Copyright (c) 1992-2022 MAK Technologies, Inc.
86  ** All rights reserved.
87  *********************************************************************/
88 
diguyMaterialType diguy_material_type_from_string(const char *string)
This function converts the passed C-style string into an enumerated value.
Definition: diguyMaterialType.h:30
Definition: diguyMaterialType.h:28
const char * diguy_material_type_to_string(diguyMaterialType material)
This function converts the passed material enumeration into a NULL-terminated C-style string...
Definition: diguyMaterialType.h:36
Definition: diguyMaterialType.h:29
Definition: diguyMaterialType.h:31
Definition: diguyMaterialType.h:33
Definition: diguyMaterialType.h:35
diguyMaterialType
Definition: diguyMaterialType.h:26
Definition: diguyMaterialType.h:34
Definition: diguyMaterialType.h:32
Definition: diguyMaterialType.h:27