Code style clean-up.
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_CURVATURE2DANGLEF1D_H
|
||||
#define FREESTYLE_PYTHON_CURVATURE2DANGLEF1D_H
|
||||
#ifndef __FREESTYLE_PYTHON_CURVATURE2DANGLEF1D_H__
|
||||
#define __FREESTYLE_PYTHON_CURVATURE2DANGLEF1D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction1DDouble.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject Curvature2DAngleF1D_Type;
|
||||
|
||||
#define BPy_Curvature2DAngleF1D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &Curvature2DAngleF1D_Type) )
|
||||
#define BPy_Curvature2DAngleF1D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&Curvature2DAngleF1D_Type))
|
||||
|
||||
/*---------------------------Python BPy_Curvature2DAngleF1D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_CURVATURE2DANGLEF1D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_CURVATURE2DANGLEF1D_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_DENSITYF1D_H
|
||||
#define FREESTYLE_PYTHON_DENSITYF1D_H
|
||||
#ifndef __FREESTYLE_PYTHON_DENSITYF1D_H__
|
||||
#define __FREESTYLE_PYTHON_DENSITYF1D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction1DDouble.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject DensityF1D_Type;
|
||||
|
||||
#define BPy_DensityF1D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &DensityF1D_Type) )
|
||||
#define BPy_DensityF1D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&DensityF1D_Type))
|
||||
|
||||
/*---------------------------Python BPy_DensityF1D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_DENSITYF1D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_DENSITYF1D_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_GETCOMPLETEVIEWMAPDENSITYF1D_H
|
||||
#define FREESTYLE_PYTHON_GETCOMPLETEVIEWMAPDENSITYF1D_H
|
||||
#ifndef __FREESTYLE_PYTHON_GETCOMPLETEVIEWMAPDENSITYF1D_H__
|
||||
#define __FREESTYLE_PYTHON_GETCOMPLETEVIEWMAPDENSITYF1D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction1DDouble.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject GetCompleteViewMapDensityF1D_Type;
|
||||
|
||||
#define BPy_GetCompleteViewMapDensityF1D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &GetCompleteViewMapDensityF1D_Type) )
|
||||
#define BPy_GetCompleteViewMapDensityF1D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&GetCompleteViewMapDensityF1D_Type))
|
||||
|
||||
/*---------------------------Python BPy_GetCompleteViewMapDensityF1D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_GETCOMPLETEVIEWMAPDENSITYF1D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_GETCOMPLETEVIEWMAPDENSITYF1D_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_GETDIRECTIONALVIEWMAPDENSITYF1D_H
|
||||
#define FREESTYLE_PYTHON_GETDIRECTIONALVIEWMAPDENSITYF1D_H
|
||||
#ifndef __FREESTYLE_PYTHON_GETDIRECTIONALVIEWMAPDENSITYF1D_H__
|
||||
#define __FREESTYLE_PYTHON_GETDIRECTIONALVIEWMAPDENSITYF1D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction1DDouble.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject GetDirectionalViewMapDensityF1D_Type;
|
||||
|
||||
#define BPy_GetDirectionalViewMapDensityF1D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &GetDirectionalViewMapDensityF1D_Type) )
|
||||
#define BPy_GetDirectionalViewMapDensityF1D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&GetDirectionalViewMapDensityF1D_Type))
|
||||
|
||||
/*---------------------------Python BPy_GetDirectionalViewMapDensityF1D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_GETDIRECTIONALVIEWMAPDENSITYF1D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_GETDIRECTIONALVIEWMAPDENSITYF1D_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_GETPROJECTEDXF1D_H
|
||||
#define FREESTYLE_PYTHON_GETPROJECTEDXF1D_H
|
||||
#ifndef __FREESTYLE_PYTHON_GETPROJECTEDXF1D_H__
|
||||
#define __FREESTYLE_PYTHON_GETPROJECTEDXF1D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction1DDouble.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject GetProjectedXF1D_Type;
|
||||
|
||||
#define BPy_GetProjectedXF1D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &GetProjectedXF1D_Type) )
|
||||
#define BPy_GetProjectedXF1D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&GetProjectedXF1D_Type))
|
||||
|
||||
/*---------------------------Python BPy_GetProjectedXF1D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_GETPROJECTEDXF1D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_GETPROJECTEDXF1D_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_GETPROJECTEDYF1D_H
|
||||
#define FREESTYLE_PYTHON_GETPROJECTEDYF1D_H
|
||||
#ifndef __FREESTYLE_PYTHON_GETPROJECTEDYF1D_H__
|
||||
#define __FREESTYLE_PYTHON_GETPROJECTEDYF1D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction1DDouble.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject GetProjectedYF1D_Type;
|
||||
|
||||
#define BPy_GetProjectedYF1D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &GetProjectedYF1D_Type) )
|
||||
#define BPy_GetProjectedYF1D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&GetProjectedYF1D_Type))
|
||||
|
||||
/*---------------------------Python BPy_GetProjectedYF1D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_GETPROJECTEDYF1D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_GETPROJECTEDYF1D_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_GETPROJECTEDZF1D_H
|
||||
#define FREESTYLE_PYTHON_GETPROJECTEDZF1D_H
|
||||
#ifndef __FREESTYLE_PYTHON_GETPROJECTEDZF1D_H__
|
||||
#define __FREESTYLE_PYTHON_GETPROJECTEDZF1D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction1DDouble.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject GetProjectedZF1D_Type;
|
||||
|
||||
#define BPy_GetProjectedZF1D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &GetProjectedZF1D_Type) )
|
||||
#define BPy_GetProjectedZF1D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&GetProjectedZF1D_Type))
|
||||
|
||||
/*---------------------------Python BPy_GetProjectedZF1D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_GETPROJECTEDZF1D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_GETPROJECTEDZF1D_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_GETSTEERABLEVIEWMAPDENSITYF1D_H
|
||||
#define FREESTYLE_PYTHON_GETSTEERABLEVIEWMAPDENSITYF1D_H
|
||||
#ifndef __FREESTYLE_PYTHON_GETSTEERABLEVIEWMAPDENSITYF1D_H__
|
||||
#define __FREESTYLE_PYTHON_GETSTEERABLEVIEWMAPDENSITYF1D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction1DDouble.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject GetSteerableViewMapDensityF1D_Type;
|
||||
|
||||
#define BPy_GetSteerableViewMapDensityF1D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &GetSteerableViewMapDensityF1D_Type) )
|
||||
#define BPy_GetSteerableViewMapDensityF1D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&GetSteerableViewMapDensityF1D_Type))
|
||||
/*---------------------------Python BPy_GetSteerableViewMapDensityF1D structure definition----------*/
|
||||
typedef struct {
|
||||
BPy_UnaryFunction1DDouble py_uf1D_double;
|
||||
@@ -57,4 +57,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_GETSTEERABLEVIEWMAPDENSITYF1D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_GETSTEERABLEVIEWMAPDENSITYF1D_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_GETVIEWMAPGRADIENTNORMF1D_H
|
||||
#define FREESTYLE_PYTHON_GETVIEWMAPGRADIENTNORMF1D_H
|
||||
#ifndef __FREESTYLE_PYTHON_GETVIEWMAPGRADIENTNORMF1D_H__
|
||||
#define __FREESTYLE_PYTHON_GETVIEWMAPGRADIENTNORMF1D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction1DDouble.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject GetViewMapGradientNormF1D_Type;
|
||||
|
||||
#define BPy_GetViewMapGradientNormF1D_Check(v) ( ((PyObject *) v)->ob_type == PyObject_IsInstance( (PyObject *) v, (PyObject *) &GetViewMapGradientNormF1D_Type) )
|
||||
#define BPy_GetViewMapGradientNormF1D_Check(v) (((PyObject *)v)->ob_type == PyObject_IsInstance((PyObject *)v, (PyObject *)&GetViewMapGradientNormF1D_Type))
|
||||
|
||||
/*---------------------------Python BPy_GetViewMapGradientNormF1D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_GETVIEWMAPGRADIENTNORMF1D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_GETVIEWMAPGRADIENTNORMF1D_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_GETXF1D_H
|
||||
#define FREESTYLE_PYTHON_GETXF1D_H
|
||||
#ifndef __FREESTYLE_PYTHON_GETXF1D_H__
|
||||
#define __FREESTYLE_PYTHON_GETXF1D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction1DDouble.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject GetXF1D_Type;
|
||||
|
||||
#define BPy_GetXF1D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &GetXF1D_Type) )
|
||||
#define BPy_GetXF1D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&GetXF1D_Type))
|
||||
|
||||
/*---------------------------Python BPy_GetXF1D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_GETXF1D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_GETXF1D_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_GETYF1D_H
|
||||
#define FREESTYLE_PYTHON_GETYF1D_H
|
||||
#ifndef __FREESTYLE_PYTHON_GETYF1D_H__
|
||||
#define __FREESTYLE_PYTHON_GETYF1D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction1DDouble.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject GetYF1D_Type;
|
||||
|
||||
#define BPy_GetYF1D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &GetYF1D_Type) )
|
||||
#define BPy_GetYF1D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&GetYF1D_Type))
|
||||
|
||||
/*---------------------------Python BPy_GetYF1D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_GETYF1D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_GETYF1D_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_GETZF1D_H
|
||||
#define FREESTYLE_PYTHON_GETZF1D_H
|
||||
#ifndef __FREESTYLE_PYTHON_GETZF1D_H__
|
||||
#define __FREESTYLE_PYTHON_GETZF1D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction1DDouble.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject GetZF1D_Type;
|
||||
|
||||
#define BPy_GetZF1D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &GetZF1D_Type) )
|
||||
#define BPy_GetZF1D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&GetZF1D_Type))
|
||||
|
||||
/*---------------------------Python BPy_GetZF1D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_GETZF1D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_GETZF1D_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_LOCALAVERAGEDEPTHF1D_H
|
||||
#define FREESTYLE_PYTHON_LOCALAVERAGEDEPTHF1D_H
|
||||
#ifndef __FREESTYLE_PYTHON_LOCALAVERAGEDEPTHF1D_H__
|
||||
#define __FREESTYLE_PYTHON_LOCALAVERAGEDEPTHF1D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction1DDouble.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject LocalAverageDepthF1D_Type;
|
||||
|
||||
#define BPy_LocalAverageDepthF1D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &LocalAverageDepthF1D_Type) )
|
||||
#define BPy_LocalAverageDepthF1D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&LocalAverageDepthF1D_Type))
|
||||
|
||||
/*---------------------------Python BPy_LocalAverageDepthF1D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_LOCALAVERAGEDEPTHF1D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_LOCALAVERAGEDEPTHF1D_H__ */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* \ingroup freestyle
|
||||
*/
|
||||
|
||||
#ifndef FREESTYLE_PYTHON_ZDISCONTINUITYF1D_H
|
||||
#define FREESTYLE_PYTHON_ZDISCONTINUITYF1D_H
|
||||
#ifndef __FREESTYLE_PYTHON_ZDISCONTINUITYF1D_H__
|
||||
#define __FREESTYLE_PYTHON_ZDISCONTINUITYF1D_H__
|
||||
|
||||
#include "../BPy_UnaryFunction1DDouble.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject ZDiscontinuityF1D_Type;
|
||||
|
||||
#define BPy_ZDiscontinuityF1D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &ZDiscontinuityF1D_Type) )
|
||||
#define BPy_ZDiscontinuityF1D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&ZDiscontinuityF1D_Type))
|
||||
|
||||
/*---------------------------Python BPy_ZDiscontinuityF1D structure definition----------*/
|
||||
typedef struct {
|
||||
@@ -58,4 +58,4 @@ typedef struct {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FREESTYLE_PYTHON_ZDISCONTINUITYF1D_H */
|
||||
#endif /* __FREESTYLE_PYTHON_ZDISCONTINUITYF1D_H__ */
|
||||
|
||||
Reference in New Issue
Block a user