Code style clean-up.
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_UNARYFUNCTION0DDOUBLE_H
|
||||
#define FREESTYLE_PYTHON_UNARYFUNCTION0DDOUBLE_H
|
||||
#ifndef __FREESTYLE_PYTHON_UNARYFUNCTION0DDOUBLE_H__
|
||||
#define __FREESTYLE_PYTHON_UNARYFUNCTION0DDOUBLE_H__
|
||||
|
||||
#include "../BPy_UnaryFunction0D.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject UnaryFunction0DDouble_Type;
|
||||
|
||||
#define BPy_UnaryFunction0DDouble_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &UnaryFunction0DDouble_Type) )
|
||||
#define BPy_UnaryFunction0DDouble_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DDouble_Type))
|
||||
|
||||
/*---------------------------Python BPy_UnaryFunction0DDouble structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -53,7 +53,7 @@ typedef struct {
|
||||
} BPy_UnaryFunction0DDouble;
|
||||
|
||||
/*---------------------------Python BPy_UnaryFunction0DDouble visible prototypes-----------*/
|
||||
int UnaryFunction0DDouble_Init( PyObject *module );
|
||||
int UnaryFunction0DDouble_Init(PyObject *module);
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////
|
||||
@@ -62,4 +62,4 @@ int UnaryFunction0DDouble_Init( PyObject *module );
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_UNARYFUNCTION0DDOUBLE_H */
|
||||
#endif /* __FREESTYLE_PYTHON_UNARYFUNCTION0DDOUBLE_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_UNARYFUNCTION0DEDGENATURE_H
|
||||
#define FREESTYLE_PYTHON_UNARYFUNCTION0DEDGENATURE_H
|
||||
#ifndef __FREESTYLE_PYTHON_UNARYFUNCTION0DEDGENATURE_H__
|
||||
#define __FREESTYLE_PYTHON_UNARYFUNCTION0DEDGENATURE_H__
|
||||
|
||||
#include "../BPy_UnaryFunction0D.h"
|
||||
|
||||
@@ -46,7 +46,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject UnaryFunction0DEdgeNature_Type;
|
||||
|
||||
#define BPy_UnaryFunction0DEdgeNature_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &UnaryFunction0DEdgeNature_Type) )
|
||||
#define BPy_UnaryFunction0DEdgeNature_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DEdgeNature_Type))
|
||||
|
||||
/*---------------------------Python BPy_UnaryFunction0DEdgeNature structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -55,7 +55,7 @@ typedef struct {
|
||||
} BPy_UnaryFunction0DEdgeNature;
|
||||
|
||||
/*---------------------------Python BPy_UnaryFunction0DEdgeNature visible prototypes-----------*/
|
||||
int UnaryFunction0DEdgeNature_Init( PyObject *module );
|
||||
int UnaryFunction0DEdgeNature_Init(PyObject *module);
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////
|
||||
@@ -64,4 +64,4 @@ int UnaryFunction0DEdgeNature_Init( PyObject *module );
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_UNARYFUNCTION0DEDGENATURE_H */
|
||||
#endif /* __FREESTYLE_PYTHON_UNARYFUNCTION0DEDGENATURE_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_UNARYFUNCTION0DFLOAT_H
|
||||
#define FREESTYLE_PYTHON_UNARYFUNCTION0DFLOAT_H
|
||||
#ifndef __FREESTYLE_PYTHON_UNARYFUNCTION0DFLOAT_H__
|
||||
#define __FREESTYLE_PYTHON_UNARYFUNCTION0DFLOAT_H__
|
||||
|
||||
#include "../BPy_UnaryFunction0D.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject UnaryFunction0DFloat_Type;
|
||||
|
||||
#define BPy_UnaryFunction0DFloat_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &UnaryFunction0DFloat_Type) )
|
||||
#define BPy_UnaryFunction0DFloat_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DFloat_Type))
|
||||
|
||||
/*---------------------------Python BPy_UnaryFunction0DFloat structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -53,7 +53,7 @@ typedef struct {
|
||||
} BPy_UnaryFunction0DFloat;
|
||||
|
||||
/*---------------------------Python BPy_UnaryFunction0DFloat visible prototypes-----------*/
|
||||
int UnaryFunction0DFloat_Init( PyObject *module );
|
||||
int UnaryFunction0DFloat_Init(PyObject *module);
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////
|
||||
@@ -62,4 +62,4 @@ int UnaryFunction0DFloat_Init( PyObject *module );
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_UNARYFUNCTION0DFLOAT_H */
|
||||
#endif /* __FREESTYLE_PYTHON_UNARYFUNCTION0DFLOAT_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_UNARYFUNCTION0DID_H
|
||||
#define FREESTYLE_PYTHON_UNARYFUNCTION0DID_H
|
||||
#ifndef __FREESTYLE_PYTHON_UNARYFUNCTION0DID_H__
|
||||
#define __FREESTYLE_PYTHON_UNARYFUNCTION0DID_H__
|
||||
|
||||
#include "../BPy_UnaryFunction0D.h"
|
||||
|
||||
@@ -46,7 +46,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject UnaryFunction0DId_Type;
|
||||
|
||||
#define BPy_UnaryFunction0DId_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &UnaryFunction0DId_Type) )
|
||||
#define BPy_UnaryFunction0DId_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DId_Type))
|
||||
|
||||
/*---------------------------Python BPy_UnaryFunction0DId structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -55,7 +55,7 @@ typedef struct {
|
||||
} BPy_UnaryFunction0DId;
|
||||
|
||||
/*---------------------------Python BPy_UnaryFunction0DId visible prototypes-----------*/
|
||||
int UnaryFunction0DId_Init( PyObject *module );
|
||||
int UnaryFunction0DId_Init(PyObject *module);
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////
|
||||
@@ -64,4 +64,4 @@ int UnaryFunction0DId_Init( PyObject *module );
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_UNARYFUNCTION0DID_H */
|
||||
#endif /* __FREESTYLE_PYTHON_UNARYFUNCTION0DID_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_UNARYFUNCTION0DMATERIAL_H
|
||||
#define FREESTYLE_PYTHON_UNARYFUNCTION0DMATERIAL_H
|
||||
#ifndef __FREESTYLE_PYTHON_UNARYFUNCTION0DMATERIAL_H__
|
||||
#define __FREESTYLE_PYTHON_UNARYFUNCTION0DMATERIAL_H__
|
||||
|
||||
#include "../BPy_UnaryFunction0D.h"
|
||||
|
||||
@@ -46,7 +46,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject UnaryFunction0DMaterial_Type;
|
||||
|
||||
#define BPy_UnaryFunction0DMaterial_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &UnaryFunction0DMaterial_Type) )
|
||||
#define BPy_UnaryFunction0DMaterial_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DMaterial_Type))
|
||||
|
||||
/*---------------------------Python BPy_UnaryFunction0DMaterial structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -55,7 +55,7 @@ typedef struct {
|
||||
} BPy_UnaryFunction0DMaterial;
|
||||
|
||||
/*---------------------------Python BPy_UnaryFunction0DMaterial visible prototypes-----------*/
|
||||
int UnaryFunction0DMaterial_Init( PyObject *module );
|
||||
int UnaryFunction0DMaterial_Init(PyObject *module);
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////
|
||||
@@ -64,4 +64,4 @@ int UnaryFunction0DMaterial_Init( PyObject *module );
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_UNARYFUNCTION0DMATERIAL_H */
|
||||
#endif /* __FREESTYLE_PYTHON_UNARYFUNCTION0DMATERIAL_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_UNARYFUNCTION0DUNSIGNED_H
|
||||
#define FREESTYLE_PYTHON_UNARYFUNCTION0DUNSIGNED_H
|
||||
#ifndef __FREESTYLE_PYTHON_UNARYFUNCTION0DUNSIGNED_H__
|
||||
#define __FREESTYLE_PYTHON_UNARYFUNCTION0DUNSIGNED_H__
|
||||
|
||||
#include "../BPy_UnaryFunction0D.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject UnaryFunction0DUnsigned_Type;
|
||||
|
||||
#define BPy_UnaryFunction0DUnsigned_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &UnaryFunction0DUnsigned_Type) )
|
||||
#define BPy_UnaryFunction0DUnsigned_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DUnsigned_Type))
|
||||
|
||||
/*---------------------------Python BPy_UnaryFunction0DUnsigned structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -53,7 +53,7 @@ typedef struct {
|
||||
} BPy_UnaryFunction0DUnsigned;
|
||||
|
||||
/*---------------------------Python BPy_UnaryFunction0DUnsigned visible prototypes-----------*/
|
||||
int UnaryFunction0DUnsigned_Init( PyObject *module );
|
||||
int UnaryFunction0DUnsigned_Init(PyObject *module);
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////
|
||||
@@ -62,4 +62,4 @@ int UnaryFunction0DUnsigned_Init( PyObject *module );
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_UNARYFUNCTION0DUNSIGNED_H */
|
||||
#endif /* __FREESTYLE_PYTHON_UNARYFUNCTION0DUNSIGNED_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_UNARYFUNCTION0DVEC2F_H
|
||||
#define FREESTYLE_PYTHON_UNARYFUNCTION0DVEC2F_H
|
||||
#ifndef __FREESTYLE_PYTHON_UNARYFUNCTION0DVEC2F_H__
|
||||
#define __FREESTYLE_PYTHON_UNARYFUNCTION0DVEC2F_H__
|
||||
|
||||
#include "../BPy_UnaryFunction0D.h"
|
||||
|
||||
@@ -47,7 +47,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject UnaryFunction0DVec2f_Type;
|
||||
|
||||
#define BPy_UnaryFunction0DVec2f_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &UnaryFunction0DVec2f_Type) )
|
||||
#define BPy_UnaryFunction0DVec2f_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DVec2f_Type))
|
||||
|
||||
/*---------------------------Python BPy_UnaryFunction0DVec2f structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -56,7 +56,7 @@ typedef struct {
|
||||
} BPy_UnaryFunction0DVec2f;
|
||||
|
||||
/*---------------------------Python BPy_UnaryFunction0DVec2f visible prototypes-----------*/
|
||||
int UnaryFunction0DVec2f_Init( PyObject *module );
|
||||
int UnaryFunction0DVec2f_Init(PyObject *module);
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////
|
||||
@@ -65,4 +65,4 @@ int UnaryFunction0DVec2f_Init( PyObject *module );
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_UNARYFUNCTION0DVEC2F_H */
|
||||
#endif /* __FREESTYLE_PYTHON_UNARYFUNCTION0DVEC2F_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_UNARYFUNCTION0DVEC3F_H
|
||||
#define FREESTYLE_PYTHON_UNARYFUNCTION0DVEC3F_H
|
||||
#ifndef __FREESTYLE_PYTHON_UNARYFUNCTION0DVEC3F_H__
|
||||
#define __FREESTYLE_PYTHON_UNARYFUNCTION0DVEC3F_H__
|
||||
|
||||
#include "../BPy_UnaryFunction0D.h"
|
||||
|
||||
@@ -47,7 +47,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject UnaryFunction0DVec3f_Type;
|
||||
|
||||
#define BPy_UnaryFunction0DVec3f_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &UnaryFunction0DVec3f_Type) )
|
||||
#define BPy_UnaryFunction0DVec3f_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DVec3f_Type))
|
||||
|
||||
/*---------------------------Python BPy_UnaryFunction0DVec3f structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -56,7 +56,7 @@ typedef struct {
|
||||
} BPy_UnaryFunction0DVec3f;
|
||||
|
||||
/*---------------------------Python BPy_UnaryFunction0DVec3f visible prototypes-----------*/
|
||||
int UnaryFunction0DVec3f_Init( PyObject *module );
|
||||
int UnaryFunction0DVec3f_Init(PyObject *module);
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////
|
||||
@@ -65,4 +65,4 @@ int UnaryFunction0DVec3f_Init( PyObject *module );
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_UNARYFUNCTION0DVEC3F_H */
|
||||
#endif /* __FREESTYLE_PYTHON_UNARYFUNCTION0DVEC3F_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_UNARYFUNCTION0DVECTORVIEWSHAPE_H
|
||||
#define FREESTYLE_PYTHON_UNARYFUNCTION0DVECTORVIEWSHAPE_H
|
||||
#ifndef __FREESTYLE_PYTHON_UNARYFUNCTION0DVECTORVIEWSHAPE_H__
|
||||
#define __FREESTYLE_PYTHON_UNARYFUNCTION0DVECTORVIEWSHAPE_H__
|
||||
|
||||
#include "../BPy_UnaryFunction0D.h"
|
||||
|
||||
@@ -47,7 +47,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject UnaryFunction0DVectorViewShape_Type;
|
||||
|
||||
#define BPy_UnaryFunction0DVectorViewShape_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &UnaryFunction0DVectorViewShape_Type) )
|
||||
#define BPy_UnaryFunction0DVectorViewShape_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DVectorViewShape_Type))
|
||||
|
||||
/*---------------------------Python BPy_UnaryFunction0DVectorViewShape structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -56,7 +56,7 @@ typedef struct {
|
||||
} BPy_UnaryFunction0DVectorViewShape;
|
||||
|
||||
/*---------------------------Python BPy_UnaryFunction0DVectorViewShape visible prototypes-----------*/
|
||||
int UnaryFunction0DVectorViewShape_Init( PyObject *module );
|
||||
int UnaryFunction0DVectorViewShape_Init(PyObject *module);
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////
|
||||
@@ -65,4 +65,4 @@ int UnaryFunction0DVectorViewShape_Init( PyObject *module );
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_UNARYFUNCTION0DVECTORVIEWSHAPE_H */
|
||||
#endif /* __FREESTYLE_PYTHON_UNARYFUNCTION0DVECTORVIEWSHAPE_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_UNARYFUNCTION0DVIEWSHAPE_H
|
||||
#define FREESTYLE_PYTHON_UNARYFUNCTION0DVIEWSHAPE_H
|
||||
#ifndef __FREESTYLE_PYTHON_UNARYFUNCTION0DVIEWSHAPE_H__
|
||||
#define __FREESTYLE_PYTHON_UNARYFUNCTION0DVIEWSHAPE_H__
|
||||
|
||||
#include "../BPy_UnaryFunction0D.h"
|
||||
|
||||
@@ -46,7 +46,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject UnaryFunction0DViewShape_Type;
|
||||
|
||||
#define BPy_UnaryFunction0DViewShape_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &UnaryFunction0DViewShape_Type) )
|
||||
#define BPy_UnaryFunction0DViewShape_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DViewShape_Type))
|
||||
|
||||
/*---------------------------Python BPy_UnaryFunction0DViewShape structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -55,7 +55,7 @@ typedef struct {
|
||||
} BPy_UnaryFunction0DViewShape;
|
||||
|
||||
/*---------------------------Python BPy_UnaryFunction0DViewShape visible prototypes-----------*/
|
||||
int UnaryFunction0DViewShape_Init( PyObject *module );
|
||||
int UnaryFunction0DViewShape_Init(PyObject *module);
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////
|
||||
@@ -64,4 +64,4 @@ int UnaryFunction0DViewShape_Init( PyObject *module );
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_UNARYFUNCTION0DVIEWSHAPE_H */
|
||||
#endif /* __FREESTYLE_PYTHON_UNARYFUNCTION0DVIEWSHAPE_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_SHAPEIDF0D_H
|
||||
#define FREESTYLE_PYTHON_SHAPEIDF0D_H
|
||||
#ifndef __FREESTYLE_PYTHON_SHAPEIDF0D_H__
|
||||
#define __FREESTYLE_PYTHON_SHAPEIDF0D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction0DId.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject ShapeIdF0D_Type;
|
||||
|
||||
#define BPy_ShapeIdF0D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &ShapeIdF0D_Type) )
|
||||
#define BPy_ShapeIdF0D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&ShapeIdF0D_Type))
|
||||
|
||||
/*---------------------------Python BPy_ShapeIdF0D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_SHAPEIDF0D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_SHAPEIDF0D_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_MATERIALF0D_H
|
||||
#define FREESTYLE_PYTHON_MATERIALF0D_H
|
||||
#ifndef __FREESTYLE_PYTHON_MATERIALF0D_H__
|
||||
#define __FREESTYLE_PYTHON_MATERIALF0D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction0DMaterial.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject MaterialF0D_Type;
|
||||
|
||||
#define BPy_MaterialF0D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &MaterialF0D_Type) )
|
||||
#define BPy_MaterialF0D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&MaterialF0D_Type))
|
||||
|
||||
/*---------------------------Python BPy_MaterialF0D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_MATERIALF0D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_MATERIALF0D_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_CURVENATUREF0D_H
|
||||
#define FREESTYLE_PYTHON_CURVENATUREF0D_H
|
||||
#ifndef __FREESTYLE_PYTHON_CURVENATUREF0D_H__
|
||||
#define __FREESTYLE_PYTHON_CURVENATUREF0D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction0DEdgeNature.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject CurveNatureF0D_Type;
|
||||
|
||||
#define BPy_CurveNatureF0D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &CurveNatureF0D_Type) )
|
||||
#define BPy_CurveNatureF0D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&CurveNatureF0D_Type))
|
||||
|
||||
/*---------------------------Python BPy_CurveNatureF0D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_CURVENATUREF0D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_CURVENATUREF0D_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_NORMAL2DF0D_H
|
||||
#define FREESTYLE_PYTHON_NORMAL2DF0D_H
|
||||
#ifndef __FREESTYLE_PYTHON_NORMAL2DF0D_H__
|
||||
#define __FREESTYLE_PYTHON_NORMAL2DF0D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction0DVec2f.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject Normal2DF0D_Type;
|
||||
|
||||
#define BPy_Normal2DF0D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &Normal2DF0D_Type) )
|
||||
#define BPy_Normal2DF0D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&Normal2DF0D_Type))
|
||||
|
||||
/*---------------------------Python BPy_Normal2DF0D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_NORMAL2DF0D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_NORMAL2DF0D_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_VERTEXORIENTATION2DF0D_H
|
||||
#define FREESTYLE_PYTHON_VERTEXORIENTATION2DF0D_H
|
||||
#ifndef __FREESTYLE_PYTHON_VERTEXORIENTATION2DF0D_H__
|
||||
#define __FREESTYLE_PYTHON_VERTEXORIENTATION2DF0D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction0DVec2f.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject VertexOrientation2DF0D_Type;
|
||||
|
||||
#define BPy_VertexOrientation2DF0D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &VertexOrientation2DF0D_Type) )
|
||||
#define BPy_VertexOrientation2DF0D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&VertexOrientation2DF0D_Type))
|
||||
|
||||
/*---------------------------Python BPy_VertexOrientation2DF0D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_VERTEXORIENTATION2DF0D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_VERTEXORIENTATION2DF0D_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_VERTEXORIENTATION3DF0D_H
|
||||
#define FREESTYLE_PYTHON_VERTEXORIENTATION3DF0D_H
|
||||
#ifndef __FREESTYLE_PYTHON_VERTEXORIENTATION3DF0D_H__
|
||||
#define __FREESTYLE_PYTHON_VERTEXORIENTATION3DF0D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction0DVec3f.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject VertexOrientation3DF0D_Type;
|
||||
|
||||
#define BPy_VertexOrientation3DF0D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &VertexOrientation3DF0D_Type) )
|
||||
#define BPy_VertexOrientation3DF0D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&VertexOrientation3DF0D_Type))
|
||||
|
||||
/*---------------------------Python BPy_VertexOrientation3DF0D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_VERTEXORIENTATION3DF0D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_VERTEXORIENTATION3DF0D_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_GETOCCLUDEEF0D_H
|
||||
#define FREESTYLE_PYTHON_GETOCCLUDEEF0D_H
|
||||
#ifndef __FREESTYLE_PYTHON_GETOCCLUDEEF0D_H__
|
||||
#define __FREESTYLE_PYTHON_GETOCCLUDEEF0D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction0DViewShape.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject GetOccludeeF0D_Type;
|
||||
|
||||
#define BPy_GetOccludeeF0D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &GetOccludeeF0D_Type) )
|
||||
#define BPy_GetOccludeeF0D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&GetOccludeeF0D_Type))
|
||||
|
||||
/*---------------------------Python BPy_GetOccludeeF0D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_GETOCCLUDEEF0D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_GETOCCLUDEEF0D_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_GETSHAPEF0D_H
|
||||
#define FREESTYLE_PYTHON_GETSHAPEF0D_H
|
||||
#ifndef __FREESTYLE_PYTHON_GETSHAPEF0D_H__
|
||||
#define __FREESTYLE_PYTHON_GETSHAPEF0D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction0DViewShape.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject GetShapeF0D_Type;
|
||||
|
||||
#define BPy_GetShapeF0D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &GetShapeF0D_Type) )
|
||||
#define BPy_GetShapeF0D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&GetShapeF0D_Type))
|
||||
|
||||
/*---------------------------Python BPy_GetShapeF0D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_GETSHAPEF0D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_GETSHAPEF0D_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_CURVATURE2DANGLEF0D_H
|
||||
#define FREESTYLE_PYTHON_CURVATURE2DANGLEF0D_H
|
||||
#ifndef __FREESTYLE_PYTHON_CURVATURE2DANGLEF0D_H__
|
||||
#define __FREESTYLE_PYTHON_CURVATURE2DANGLEF0D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction0DDouble.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject Curvature2DAngleF0D_Type;
|
||||
|
||||
#define BPy_Curvature2DAngleF0D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &Curvature2DAngleF0D_Type) )
|
||||
#define BPy_Curvature2DAngleF0D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&Curvature2DAngleF0D_Type))
|
||||
|
||||
/*---------------------------Python BPy_Curvature2DAngleF0D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_CURVATURE2DANGLEF0D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_CURVATURE2DANGLEF0D_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_DENSITYF0D_H
|
||||
#define FREESTYLE_PYTHON_DENSITYF0D_H
|
||||
#ifndef __FREESTYLE_PYTHON_DENSITYF0D_H__
|
||||
#define __FREESTYLE_PYTHON_DENSITYF0D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction0DDouble.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject DensityF0D_Type;
|
||||
|
||||
#define BPy_DensityF0D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &DensityF0D_Type) )
|
||||
#define BPy_DensityF0D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&DensityF0D_Type))
|
||||
|
||||
/*---------------------------Python BPy_DensityF0D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_DENSITYF0D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_DENSITYF0D_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_GETPROJECTEDXF0D_H
|
||||
#define FREESTYLE_PYTHON_GETPROJECTEDXF0D_H
|
||||
#ifndef __FREESTYLE_PYTHON_GETPROJECTEDXF0D_H__
|
||||
#define __FREESTYLE_PYTHON_GETPROJECTEDXF0D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction0DDouble.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject GetProjectedXF0D_Type;
|
||||
|
||||
#define BPy_GetProjectedXF0D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &GetProjectedXF0D_Type) )
|
||||
#define BPy_GetProjectedXF0D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&GetProjectedXF0D_Type))
|
||||
|
||||
/*---------------------------Python BPy_GetProjectedXF0D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_GETPROJECTEDXF0D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_GETPROJECTEDXF0D_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_GETPROJECTEDYF0D_H
|
||||
#define FREESTYLE_PYTHON_GETPROJECTEDYF0D_H
|
||||
#ifndef __FREESTYLE_PYTHON_GETPROJECTEDYF0D_H__
|
||||
#define __FREESTYLE_PYTHON_GETPROJECTEDYF0D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction0DDouble.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject GetProjectedYF0D_Type;
|
||||
|
||||
#define BPy_GetProjectedYF0D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &GetProjectedYF0D_Type) )
|
||||
#define BPy_GetProjectedYF0D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&GetProjectedYF0D_Type))
|
||||
|
||||
/*---------------------------Python BPy_GetProjectedYF0D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_GETPROJECTEDYF0D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_GETPROJECTEDYF0D_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_GETPROJECTEDZF0D_H
|
||||
#define FREESTYLE_PYTHON_GETPROJECTEDZF0D_H
|
||||
#ifndef __FREESTYLE_PYTHON_GETPROJECTEDZF0D_H__
|
||||
#define __FREESTYLE_PYTHON_GETPROJECTEDZF0D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction0DDouble.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject GetProjectedZF0D_Type;
|
||||
|
||||
#define BPy_GetProjectedZF0D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &GetProjectedZF0D_Type) )
|
||||
#define BPy_GetProjectedZF0D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&GetProjectedZF0D_Type))
|
||||
|
||||
/*---------------------------Python BPy_GetProjectedZF0D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_GETPROJECTEDZF0D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_GETPROJECTEDZF0D_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_GETXF0D_H
|
||||
#define FREESTYLE_PYTHON_GETXF0D_H
|
||||
#ifndef __FREESTYLE_PYTHON_GETXF0D_H__
|
||||
#define __FREESTYLE_PYTHON_GETXF0D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction0DDouble.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject GetXF0D_Type;
|
||||
|
||||
#define BPy_GetXF0D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &GetXF0D_Type) )
|
||||
#define BPy_GetXF0D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&GetXF0D_Type))
|
||||
|
||||
/*---------------------------Python BPy_GetXF0D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_GETXF0D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_GETXF0D_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_GETYF0D_H
|
||||
#define FREESTYLE_PYTHON_GETYF0D_H
|
||||
#ifndef __FREESTYLE_PYTHON_GETYF0D_H__
|
||||
#define __FREESTYLE_PYTHON_GETYF0D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction0DDouble.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject GetYF0D_Type;
|
||||
|
||||
#define BPy_GetYF0D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &GetYF0D_Type) )
|
||||
#define BPy_GetYF0D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&GetYF0D_Type))
|
||||
|
||||
/*---------------------------Python BPy_GetYF0D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_GETYF0D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_GETYF0D_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_GETZF0D_H
|
||||
#define FREESTYLE_PYTHON_GETZF0D_H
|
||||
#ifndef __FREESTYLE_PYTHON_GETZF0D_H__
|
||||
#define __FREESTYLE_PYTHON_GETZF0D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction0DDouble.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject GetZF0D_Type;
|
||||
|
||||
#define BPy_GetZF0D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &GetZF0D_Type) )
|
||||
#define BPy_GetZF0D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&GetZF0D_Type))
|
||||
|
||||
/*---------------------------Python BPy_GetZF0D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_GETZF0D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_GETZF0D_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_LOCALAVERAGEDEPTHF0D_H
|
||||
#define FREESTYLE_PYTHON_LOCALAVERAGEDEPTHF0D_H
|
||||
#ifndef __FREESTYLE_PYTHON_LOCALAVERAGEDEPTHF0D_H__
|
||||
#define __FREESTYLE_PYTHON_LOCALAVERAGEDEPTHF0D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction0DDouble.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject LocalAverageDepthF0D_Type;
|
||||
|
||||
#define BPy_LocalAverageDepthF0D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &LocalAverageDepthF0D_Type) )
|
||||
#define BPy_LocalAverageDepthF0D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&LocalAverageDepthF0D_Type))
|
||||
|
||||
/*---------------------------Python BPy_LocalAverageDepthF0D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_LOCALAVERAGEDEPTHF0D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_LOCALAVERAGEDEPTHF0D_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_ZDISCONTINUITYF0D_H
|
||||
#define FREESTYLE_PYTHON_ZDISCONTINUITYF0D_H
|
||||
#ifndef __FREESTYLE_PYTHON_ZDISCONTINUITYF0D_H__
|
||||
#define __FREESTYLE_PYTHON_ZDISCONTINUITYF0D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction0DDouble.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject ZDiscontinuityF0D_Type;
|
||||
|
||||
#define BPy_ZDiscontinuityF0D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &ZDiscontinuityF0D_Type) )
|
||||
#define BPy_ZDiscontinuityF0D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&ZDiscontinuityF0D_Type))
|
||||
|
||||
/*---------------------------Python BPy_ZDiscontinuityF0D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_ZDISCONTINUITYF0D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_ZDISCONTINUITYF0D_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_GETCURVILINEARABSCISSAF0D_H
|
||||
#define FREESTYLE_PYTHON_GETCURVILINEARABSCISSAF0D_H
|
||||
#ifndef __FREESTYLE_PYTHON_GETCURVILINEARABSCISSAF0D_H__
|
||||
#define __FREESTYLE_PYTHON_GETCURVILINEARABSCISSAF0D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction0DFloat.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject GetCurvilinearAbscissaF0D_Type;
|
||||
|
||||
#define BPy_GetCurvilinearAbscissaF0D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &GetCurvilinearAbscissaF0D_Type) )
|
||||
#define BPy_GetCurvilinearAbscissaF0D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&GetCurvilinearAbscissaF0D_Type))
|
||||
|
||||
/*---------------------------Python BPy_GetCurvilinearAbscissaF0D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_GETCURVILINEARABSCISSAF0D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_GETCURVILINEARABSCISSAF0D_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_GETPARAMETERF0D_H
|
||||
#define FREESTYLE_PYTHON_GETPARAMETERF0D_H
|
||||
#ifndef __FREESTYLE_PYTHON_GETPARAMETERF0D_H__
|
||||
#define __FREESTYLE_PYTHON_GETPARAMETERF0D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction0DFloat.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject GetParameterF0D_Type;
|
||||
|
||||
#define BPy_GetParameterF0D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &GetParameterF0D_Type) )
|
||||
#define BPy_GetParameterF0D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&GetParameterF0D_Type))
|
||||
|
||||
/*---------------------------Python BPy_GetParameterF0D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_GETPARAMETERF0D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_GETPARAMETERF0D_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_GETVIEWMAPGRADIENTNORMF0D_H
|
||||
#define FREESTYLE_PYTHON_GETVIEWMAPGRADIENTNORMF0D_H
|
||||
#ifndef __FREESTYLE_PYTHON_GETVIEWMAPGRADIENTNORMF0D_H__
|
||||
#define __FREESTYLE_PYTHON_GETVIEWMAPGRADIENTNORMF0D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction0DFloat.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject GetViewMapGradientNormF0D_Type;
|
||||
|
||||
#define BPy_GetViewMapGradientNormF0D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &GetViewMapGradientNormF0D_Type) )
|
||||
#define BPy_GetViewMapGradientNormF0D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&GetViewMapGradientNormF0D_Type))
|
||||
|
||||
/*---------------------------Python BPy_GetViewMapGradientNormF0D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_GETVIEWMAPGRADIENTNORMF0D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_GETVIEWMAPGRADIENTNORMF0D_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_READCOMPLETEVIEWMAPPIXELF0D_H
|
||||
#define FREESTYLE_PYTHON_READCOMPLETEVIEWMAPPIXELF0D_H
|
||||
#ifndef __FREESTYLE_PYTHON_READCOMPLETEVIEWMAPPIXELF0D_H__
|
||||
#define __FREESTYLE_PYTHON_READCOMPLETEVIEWMAPPIXELF0D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction0DFloat.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject ReadCompleteViewMapPixelF0D_Type;
|
||||
|
||||
#define BPy_ReadCompleteViewMapPixelF0D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &ReadCompleteViewMapPixelF0D_Type) )
|
||||
#define BPy_ReadCompleteViewMapPixelF0D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&ReadCompleteViewMapPixelF0D_Type))
|
||||
|
||||
/*---------------------------Python BPy_ReadCompleteViewMapPixelF0D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_READCOMPLETEVIEWMAPPIXELF0D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_READCOMPLETEVIEWMAPPIXELF0D_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_READMAPPIXELF0D_H
|
||||
#define FREESTYLE_PYTHON_READMAPPIXELF0D_H
|
||||
#ifndef __FREESTYLE_PYTHON_READMAPPIXELF0D_H__
|
||||
#define __FREESTYLE_PYTHON_READMAPPIXELF0D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction0DFloat.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject ReadMapPixelF0D_Type;
|
||||
|
||||
#define BPy_ReadMapPixelF0D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &ReadMapPixelF0D_Type) )
|
||||
#define BPy_ReadMapPixelF0D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&ReadMapPixelF0D_Type))
|
||||
|
||||
/*---------------------------Python BPy_ReadMapPixelF0D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_READMAPPIXELF0D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_READMAPPIXELF0D_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_READSTEERABLEVIEWMAPPIXELF0D_H
|
||||
#define FREESTYLE_PYTHON_READSTEERABLEVIEWMAPPIXELF0D_H
|
||||
#ifndef __FREESTYLE_PYTHON_READSTEERABLEVIEWMAPPIXELF0D_H__
|
||||
#define __FREESTYLE_PYTHON_READSTEERABLEVIEWMAPPIXELF0D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction0DFloat.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject ReadSteerableViewMapPixelF0D_Type;
|
||||
|
||||
#define BPy_ReadSteerableViewMapPixelF0D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &ReadSteerableViewMapPixelF0D_Type) )
|
||||
#define BPy_ReadSteerableViewMapPixelF0D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&ReadSteerableViewMapPixelF0D_Type))
|
||||
|
||||
/*---------------------------Python BPy_ReadSteerableViewMapPixelF0D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_READSTEERABLEVIEWMAPPIXELF0D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_READSTEERABLEVIEWMAPPIXELF0D_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_QUANTITATIVEINVISIBILITYF0D_H
|
||||
#define FREESTYLE_PYTHON_QUANTITATIVEINVISIBILITYF0D_H
|
||||
#ifndef __FREESTYLE_PYTHON_QUANTITATIVEINVISIBILITYF0D_H__
|
||||
#define __FREESTYLE_PYTHON_QUANTITATIVEINVISIBILITYF0D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction0DUnsigned.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject QuantitativeInvisibilityF0D_Type;
|
||||
|
||||
#define BPy_QuantitativeInvisibilityF0D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &QuantitativeInvisibilityF0D_Type) )
|
||||
#define BPy_QuantitativeInvisibilityF0D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&QuantitativeInvisibilityF0D_Type))
|
||||
|
||||
/*---------------------------Python BPy_QuantitativeInvisibilityF0D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_QUANTITATIVEINVISIBILITYF0D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_QUANTITATIVEINVISIBILITYF0D_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_GETOCCLUDERSF0D_H
|
||||
#define FREESTYLE_PYTHON_GETOCCLUDERSF0D_H
|
||||
#ifndef __FREESTYLE_PYTHON_GETOCCLUDERSF0D_H__
|
||||
#define __FREESTYLE_PYTHON_GETOCCLUDERSF0D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction0DVectorViewShape.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject GetOccludersF0D_Type;
|
||||
|
||||
#define BPy_GetOccludersF0D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &GetOccludersF0D_Type) )
|
||||
#define BPy_GetOccludersF0D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&GetOccludersF0D_Type))
|
||||
|
||||
/*---------------------------Python BPy_GetOccludersF0D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_GETOCCLUDERSF0D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_GETOCCLUDERSF0D_H__ */
|
||||
|
||||
Reference in New Issue
Block a user