SimpleNGL 1.0
include/SphericalDeformer_ispc.h
Go to the documentation of this file.
00001 //
00002 // include/SphericalDeformer_ispc.h
00003 // (Header automatically generated by the ispc compiler.)
00004 // DO NOT EDIT THIS FILE.
00005 //
00006 
00007 #ifndef ISPC_INCLUDE_SPHERICALDEFORMER_ISPC_H
00008 #define ISPC_INCLUDE_SPHERICALDEFORMER_ISPC_H
00009 
00010 #include <stdint.h>
00011 
00012 #define ISPC_TARGET_SSE4
00013 
00016 
00017 #ifdef __cplusplus
00018 namespace ispc {
00019 #endif // __cplusplus
00020 
00021 
00023 // Functions exported from ispc code
00025 #ifdef __cplusplus
00026 extern "C" {
00027 #endif // __cplusplus
00028     extern int32_t SphericalDeform(float *i_points, float *o_points, float *_centre, float _radius, int32_t count);
00029 #ifdef __cplusplus
00030 }
00031 #endif // __cplusplus
00032 
00033 #ifdef __cplusplus
00034 }
00035 #endif // __cplusplus
00036 
00037 #endif // ISPC_INCLUDE_SPHERICALDEFORMER_ISPC_H
 All Classes Namespaces Files Functions Variables Defines