DI-Guy SDK Documentation  13.2
diguyMaterialType.h
Go to the documentation of this file.
1 
2 /*********************************************************************
3  ** Copyright (c) 1992-2016 VT MAK
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 /****************************************************************************/
38 } ;
39 
40 /*l
41  *b Description:
42  **
43  ** This function converts the passed material enumeration into
44  ** a NULL-terminated C-style string.
45  **
46  *b Returns:
47  **
48  ** C-style string identifying variant
49  **
50  *b Callable From:
51  **
52  *- - C++
53  *- - Script
54  */
55 BDI_DECLSPEC_diguy
57 
58 /*l
59  *b Description:
60  **
61  ** This function converts the passed C-style string into an
62  ** enumerated value.
63  **
64  *b Returns:
65  **
66  ** enumeration value of material
67  **
68  *b Callable From:
69  **
70  *- - C++
71  *- - Script
72  */
73 BDI_DECLSPEC_diguy
75 
76 
77 } /* end extern "C" */
78 
79 #endif /* diguyMaterialType */
80 
81 
82 /*********************************************************************
83  ** Copyright (c) 1992-2016 VT MAK
84  ** All rights reserved.
85  *********************************************************************/
86 
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:34
Definition: diguyMaterialType.h:29
Definition: diguyMaterialType.h:31
Definition: diguyMaterialType.h:33
diguyMaterialType
Definition: diguyMaterialType.h:26
Definition: diguyMaterialType.h:32
Definition: diguyMaterialType.h:27