A3DSDKInitializeFunctions.h File Reference
Header file for initializing data. More...
Macros | |
#define | A3D_INITIALIZE_ARRAY_DATA(MAC_TYPE, MAC_PT_VALUE, MAC_SIZE) |
#define | A3D_INITIALIZE_DATA(MAC_TYPE, MAC_VALUE) A3D_INITIALIZE_##MAC_TYPE( MAC_VALUE ) |
Detailed Description
Header file for initializing data.
- Version
- 10.0
- Date
- October 2016
- Copyright (c) 2016 by Tech Soft 3D, LLC. All rights reserved.
Macro Definition Documentation
#define A3D_INITIALIZE_ARRAY_DATA | ( | MAC_TYPE, | |
MAC_PT_VALUE, | |||
MAC_SIZE | |||
) |
#define A3D_INITIALIZE_DATA | ( | MAC_TYPE, | |
MAC_VALUE | |||
) | A3D_INITIALIZE_##MAC_TYPE( MAC_VALUE ) |
Before invoking any function, you must initialize the structure that the data will be stored in by using this macro.
- Attention
- Use of memset: malloc must be included before this file.