Cleanup: comments (long lines) in freestyle
This commit is contained in:
@@ -31,7 +31,7 @@ extern "C" {
|
||||
|
||||
//------------------------INSTANCE METHODS ----------------------------------
|
||||
|
||||
//ViewMapGradientNormBP1D(int level, IntegrationType iType=MEAN, float sampling=2.0)
|
||||
// ViewMapGradientNormBP1D(int level, IntegrationType iType=MEAN, float sampling=2.0)
|
||||
|
||||
static char ViewMapGradientNormBP1D___doc__[] =
|
||||
"Class hierarchy: :class:`freestyle.types.BinaryPredicate1D` > "
|
||||
@@ -82,7 +82,7 @@ static int ViewMapGradientNormBP1D___init__(BPy_ViewMapGradientNormBP1D *self,
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*-----------------------BPy_ViewMapGradientNormBP1D type definition ------------------------------*/
|
||||
/*-----------------------BPy_ViewMapGradientNormBP1D type definition ----------------------------*/
|
||||
|
||||
PyTypeObject ViewMapGradientNormBP1D_Type = {
|
||||
PyVarObject_HEAD_INIT(NULL, 0) "ViewMapGradientNormBP1D", /* tp_name */
|
||||
|
||||
@@ -136,7 +136,7 @@ static int CurvePoint_init(BPy_CurvePoint *self, PyObject *args, PyObject *kwds)
|
||||
return 0;
|
||||
}
|
||||
|
||||
///bool operator== (const CurvePoint &b)
|
||||
/// bool operator== (const CurvePoint &b)
|
||||
|
||||
/*----------------------CurvePoint get/setters ----------------------------*/
|
||||
|
||||
|
||||
@@ -161,7 +161,7 @@ static void ChainPredicateIterator_dealloc(BPy_ChainPredicateIterator *self)
|
||||
ChainingIterator_Type.tp_dealloc((PyObject *)self);
|
||||
}
|
||||
|
||||
/*-----------------------BPy_ChainPredicateIterator type definition ------------------------------*/
|
||||
/*-----------------------BPy_ChainPredicateIterator type definition ----------------------------*/
|
||||
|
||||
PyTypeObject ChainPredicateIterator_Type = {
|
||||
PyVarObject_HEAD_INIT(NULL, 0) "ChainPredicateIterator", /* tp_name */
|
||||
|
||||
@@ -31,8 +31,8 @@ extern "C" {
|
||||
|
||||
//------------------------INSTANCE METHODS ----------------------------------
|
||||
|
||||
// ChainSilhouetteIterator (bool restrict_to_selection=true, ViewEdge *begin=NULL, bool orientation=true)
|
||||
// ChainSilhouetteIterator (const ChainSilhouetteIterator &brother)
|
||||
// ChainSilhouetteIterator (bool restrict_to_selection=true, ViewEdge *begin=NULL, bool
|
||||
// orientation=true) ChainSilhouetteIterator (const ChainSilhouetteIterator &brother)
|
||||
|
||||
PyDoc_STRVAR(ChainSilhouetteIterator_doc,
|
||||
"Class hierarchy: :class:`freestyle.types.Iterator` >\n"
|
||||
@@ -117,7 +117,7 @@ static int ChainSilhouetteIterator_init(BPy_ChainSilhouetteIterator *self,
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*-----------------------BPy_ChainSilhouetteIterator type definition ------------------------------*/
|
||||
/*-----------------------BPy_ChainSilhouetteIterator type definition ----------------------------*/
|
||||
|
||||
PyTypeObject ChainSilhouetteIterator_Type = {
|
||||
PyVarObject_HEAD_INIT(NULL, 0) "ChainSilhouetteIterator", /* tp_name */
|
||||
|
||||
@@ -137,7 +137,7 @@ static PyGetSetDef BPy_orientedViewEdgeIterator_getseters[] = {
|
||||
{NULL, NULL, NULL, NULL, NULL} /* Sentinel */
|
||||
};
|
||||
|
||||
/*-----------------------BPy_orientedViewEdgeIterator type definition ------------------------------*/
|
||||
/*-----------------------BPy_orientedViewEdgeIterator type definition ---------------------------*/
|
||||
|
||||
PyTypeObject orientedViewEdgeIterator_Type = {
|
||||
PyVarObject_HEAD_INIT(NULL, 0) "orientedViewEdgeIterator", /* tp_name */
|
||||
|
||||
@@ -63,7 +63,7 @@ static int BackboneStretcherShader___init__(BPy_BackboneStretcherShader *self,
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*-----------------------BPy_BackboneStretcherShader type definition ------------------------------*/
|
||||
/*-----------------------BPy_BackboneStretcherShader type definition ----------------------------*/
|
||||
|
||||
PyTypeObject BackboneStretcherShader_Type = {
|
||||
PyVarObject_HEAD_INIT(NULL, 0) "BackboneStretcherShader", /* tp_name */
|
||||
|
||||
@@ -31,7 +31,8 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject CalligraphicShader_Type;
|
||||
|
||||
#define BPy_CalligraphicShader_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&CalligraphicShader_Type)
|
||||
#define BPy_CalligraphicShader_Check(v) \
|
||||
(PyObject_IsInstance((PyObject *)v, (PyObject *)&CalligraphicShader_Type)
|
||||
|
||||
/*---------------------------Python BPy_CalligraphicShader structure definition----------*/
|
||||
typedef struct {
|
||||
|
||||
@@ -62,7 +62,7 @@ static int ConstantThicknessShader___init__(BPy_ConstantThicknessShader *self,
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*-----------------------BPy_ConstantThicknessShader type definition ------------------------------*/
|
||||
/*-----------------------BPy_ConstantThicknessShader type definition ----------------------------*/
|
||||
|
||||
PyTypeObject ConstantThicknessShader_Type = {
|
||||
PyVarObject_HEAD_INIT(NULL, 0) "ConstantThicknessShader", /* tp_name */
|
||||
|
||||
@@ -68,7 +68,7 @@ static int ConstrainedIncreasingThicknessShader___init__(
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*-----------------------BPy_ConstrainedIncreasingThicknessShader type definition ------------------------------*/
|
||||
/*-----------------------BPy_ConstrainedIncreasingThicknessShader type definition ---------------*/
|
||||
|
||||
PyTypeObject ConstrainedIncreasingThicknessShader_Type = {
|
||||
PyVarObject_HEAD_INIT(NULL, 0) "ConstrainedIncreasingThicknessShader", /* tp_name */
|
||||
|
||||
@@ -34,7 +34,8 @@ extern PyTypeObject ConstrainedIncreasingThicknessShader_Type;
|
||||
#define BPy_ConstrainedIncreasingThicknessShader_Check(v) \
|
||||
(PyObject_IsInstance((PyObject *)v, (PyObject *)&ConstrainedIncreasingThicknessShader_Type))
|
||||
|
||||
/*---------------------------Python BPy_ConstrainedIncreasingThicknessShader structure definition----------*/
|
||||
/*---------------------------Python BPy_ConstrainedIncreasingThicknessShader structure
|
||||
* definition----------*/
|
||||
typedef struct {
|
||||
BPy_StrokeShader py_ss;
|
||||
} BPy_ConstrainedIncreasingThicknessShader;
|
||||
|
||||
@@ -68,7 +68,7 @@ static int IncreasingThicknessShader___init__(BPy_IncreasingThicknessShader *sel
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*-----------------------BPy_IncreasingThicknessShader type definition ------------------------------*/
|
||||
/*-----------------------BPy_IncreasingThicknessShader type definition --------------------------*/
|
||||
|
||||
PyTypeObject IncreasingThicknessShader_Type = {
|
||||
PyVarObject_HEAD_INIT(NULL, 0) "IncreasingThicknessShader", /* tp_name */
|
||||
|
||||
@@ -69,7 +69,7 @@ static int PolygonalizationShader___init__(BPy_PolygonalizationShader *self,
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*-----------------------BPy_PolygonalizationShader type definition ------------------------------*/
|
||||
/*-----------------------BPy_PolygonalizationShader type definition -----------------------------*/
|
||||
|
||||
PyTypeObject PolygonalizationShader_Type = {
|
||||
PyVarObject_HEAD_INIT(NULL, 0) "PolygonalizationShader", /* tp_name */
|
||||
|
||||
@@ -62,7 +62,7 @@ static int StrokeTextureStepShader___init__(BPy_StrokeTextureStepShader *self,
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*-----------------------BPy_StrokeTextureStepShader type definition ------------------------------*/
|
||||
/*-----------------------BPy_StrokeTextureStepShader type definition ----------------------------*/
|
||||
|
||||
PyTypeObject StrokeTextureStepShader_Type = {
|
||||
PyVarObject_HEAD_INIT(NULL, 0) "StrokeTextureStepShader", /* tp_name */
|
||||
|
||||
@@ -115,7 +115,7 @@ static PyObject *UnaryFunction0DEdgeNature___call__(BPy_UnaryFunction0DEdgeNatur
|
||||
return BPy_Nature_from_Nature(self->uf0D_edgenature->result);
|
||||
}
|
||||
|
||||
/*-----------------------BPy_UnaryFunction0DEdgeNature type definition ------------------------------*/
|
||||
/*-----------------------BPy_UnaryFunction0DEdgeNature type definition --------------------------*/
|
||||
|
||||
PyTypeObject UnaryFunction0DEdgeNature_Type = {
|
||||
PyVarObject_HEAD_INIT(NULL, 0) "UnaryFunction0DEdgeNature", /* tp_name */
|
||||
|
||||
@@ -114,7 +114,7 @@ static PyObject *UnaryFunction0DMaterial___call__(BPy_UnaryFunction0DMaterial *s
|
||||
return BPy_FrsMaterial_from_FrsMaterial(self->uf0D_material->result);
|
||||
}
|
||||
|
||||
/*-----------------------BPy_UnaryFunction0DMaterial type definition ------------------------------*/
|
||||
/*-----------------------BPy_UnaryFunction0DMaterial type definition ----------------------------*/
|
||||
|
||||
PyTypeObject UnaryFunction0DMaterial_Type = {
|
||||
PyVarObject_HEAD_INIT(NULL, 0) "UnaryFunction0DMaterial", /* tp_name */
|
||||
|
||||
@@ -115,7 +115,7 @@ static PyObject *UnaryFunction0DUnsigned___call__(BPy_UnaryFunction0DUnsigned *s
|
||||
return PyLong_FromLong(self->uf0D_unsigned->result);
|
||||
}
|
||||
|
||||
/*-----------------------BPy_UnaryFunction0DUnsigned type definition ------------------------------*/
|
||||
/*-----------------------BPy_UnaryFunction0DUnsigned type definition ----------------------------*/
|
||||
|
||||
PyTypeObject UnaryFunction0DUnsigned_Type = {
|
||||
PyVarObject_HEAD_INIT(NULL, 0) "UnaryFunction0DUnsigned", /* tp_name */
|
||||
|
||||
@@ -124,7 +124,7 @@ static PyObject *UnaryFunction0DVectorViewShape___call__(BPy_UnaryFunction0DVect
|
||||
return list;
|
||||
}
|
||||
|
||||
/*-----------------------BPy_UnaryFunction0DVectorViewShape type definition ------------------------------*/
|
||||
/*-----------------------BPy_UnaryFunction0DVectorViewShape type definition ---------------------*/
|
||||
|
||||
PyTypeObject UnaryFunction0DVectorViewShape_Type = {
|
||||
PyVarObject_HEAD_INIT(NULL, 0) "UnaryFunction0DVectorViewShape", /* tp_name */
|
||||
|
||||
@@ -37,13 +37,15 @@ extern PyTypeObject UnaryFunction0DVectorViewShape_Type;
|
||||
#define BPy_UnaryFunction0DVectorViewShape_Check(v) \
|
||||
(PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DVectorViewShape_Type))
|
||||
|
||||
/*---------------------------Python BPy_UnaryFunction0DVectorViewShape structure definition----------*/
|
||||
/*---------------------------Python BPy_UnaryFunction0DVectorViewShape structure
|
||||
* definition----------*/
|
||||
typedef struct {
|
||||
BPy_UnaryFunction0D py_uf0D;
|
||||
UnaryFunction0D<std::vector<ViewShape *>> *uf0D_vectorviewshape;
|
||||
} BPy_UnaryFunction0DVectorViewShape;
|
||||
|
||||
/*---------------------------Python BPy_UnaryFunction0DVectorViewShape visible prototypes-----------*/
|
||||
/*---------------------------Python BPy_UnaryFunction0DVectorViewShape visible
|
||||
* prototypes-----------*/
|
||||
int UnaryFunction0DVectorViewShape_Init(PyObject *module);
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -121,7 +121,7 @@ static PyObject *UnaryFunction0DViewShape___call__(BPy_UnaryFunction0DViewShape
|
||||
return BPy_ViewShape_from_ViewShape(*(self->uf0D_viewshape->result));
|
||||
}
|
||||
|
||||
/*-----------------------BPy_UnaryFunction0DViewShape type definition ------------------------------*/
|
||||
/*-----------------------BPy_UnaryFunction0DViewShape type definition ---------------------------*/
|
||||
|
||||
PyTypeObject UnaryFunction0DViewShape_Type = {
|
||||
PyVarObject_HEAD_INIT(NULL, 0) "UnaryFunction0DViewShape", /* tp_name */
|
||||
|
||||
@@ -64,7 +64,7 @@ static int VertexOrientation2DF0D___init__(BPy_VertexOrientation2DF0D *self,
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*-----------------------BPy_VertexOrientation2DF0D type definition ------------------------------*/
|
||||
/*-----------------------BPy_VertexOrientation2DF0D type definition -----------------------------*/
|
||||
|
||||
PyTypeObject VertexOrientation2DF0D_Type = {
|
||||
PyVarObject_HEAD_INIT(NULL, 0) "VertexOrientation2DF0D", /* tp_name */
|
||||
|
||||
@@ -64,7 +64,7 @@ static int VertexOrientation3DF0D___init__(BPy_VertexOrientation3DF0D *self,
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*-----------------------BPy_VertexOrientation3DF0D type definition ------------------------------*/
|
||||
/*-----------------------BPy_VertexOrientation3DF0D type definition -----------------------------*/
|
||||
|
||||
PyTypeObject VertexOrientation3DF0D_Type = {
|
||||
PyVarObject_HEAD_INIT(NULL, 0) "VertexOrientation3DF0D", /* tp_name */
|
||||
|
||||
@@ -62,7 +62,7 @@ static int GetCurvilinearAbscissaF0D___init__(BPy_GetCurvilinearAbscissaF0D *sel
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*-----------------------BPy_GetCurvilinearAbscissaF0D type definition ------------------------------*/
|
||||
/*-----------------------BPy_GetCurvilinearAbscissaF0D type definition --------------------------*/
|
||||
|
||||
PyTypeObject GetCurvilinearAbscissaF0D_Type = {
|
||||
PyVarObject_HEAD_INIT(NULL, 0) "GetCurvilinearAbscissaF0D", /* tp_name */
|
||||
|
||||
@@ -67,7 +67,7 @@ static int GetViewMapGradientNormF0D___init__(BPy_GetViewMapGradientNormF0D *sel
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*-----------------------BPy_GetViewMapGradientNormF0D type definition ------------------------------*/
|
||||
/*-----------------------BPy_GetViewMapGradientNormF0D type definition --------------------------*/
|
||||
|
||||
PyTypeObject GetViewMapGradientNormF0D_Type = {
|
||||
PyVarObject_HEAD_INIT(NULL, 0) "GetViewMapGradientNormF0D", /* tp_name */
|
||||
|
||||
@@ -65,7 +65,7 @@ static int ReadCompleteViewMapPixelF0D___init__(BPy_ReadCompleteViewMapPixelF0D
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*-----------------------BPy_ReadCompleteViewMapPixelF0D type definition ------------------------------*/
|
||||
/*-----------------------BPy_ReadCompleteViewMapPixelF0D type definition ------------------------*/
|
||||
|
||||
PyTypeObject ReadCompleteViewMapPixelF0D_Type = {
|
||||
PyVarObject_HEAD_INIT(NULL, 0) "ReadCompleteViewMapPixelF0D", /* tp_name */
|
||||
|
||||
@@ -34,7 +34,8 @@ extern PyTypeObject ReadCompleteViewMapPixelF0D_Type;
|
||||
#define BPy_ReadCompleteViewMapPixelF0D_Check(v) \
|
||||
(PyObject_IsInstance((PyObject *)v, (PyObject *)&ReadCompleteViewMapPixelF0D_Type))
|
||||
|
||||
/*---------------------------Python BPy_ReadCompleteViewMapPixelF0D structure definition----------*/
|
||||
/*---------------------------Python BPy_ReadCompleteViewMapPixelF0D structure
|
||||
* definition----------*/
|
||||
typedef struct {
|
||||
BPy_UnaryFunction0DFloat py_uf0D_float;
|
||||
} BPy_ReadCompleteViewMapPixelF0D;
|
||||
|
||||
@@ -69,7 +69,7 @@ static int ReadSteerableViewMapPixelF0D___init__(BPy_ReadSteerableViewMapPixelF0
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*-----------------------BPy_ReadSteerableViewMapPixelF0D type definition ------------------------------*/
|
||||
/*-----------------------BPy_ReadSteerableViewMapPixelF0D type definition -----------------------*/
|
||||
|
||||
PyTypeObject ReadSteerableViewMapPixelF0D_Type = {
|
||||
PyVarObject_HEAD_INIT(NULL, 0) "ReadSteerableViewMapPixelF0D", /* tp_name */
|
||||
|
||||
@@ -34,7 +34,8 @@ extern PyTypeObject ReadSteerableViewMapPixelF0D_Type;
|
||||
#define BPy_ReadSteerableViewMapPixelF0D_Check(v) \
|
||||
(PyObject_IsInstance((PyObject *)v, (PyObject *)&ReadSteerableViewMapPixelF0D_Type))
|
||||
|
||||
/*---------------------------Python BPy_ReadSteerableViewMapPixelF0D structure definition----------*/
|
||||
/*---------------------------Python BPy_ReadSteerableViewMapPixelF0D structure
|
||||
* definition----------*/
|
||||
typedef struct {
|
||||
BPy_UnaryFunction0DFloat py_uf0D_float;
|
||||
} BPy_ReadSteerableViewMapPixelF0D;
|
||||
|
||||
@@ -67,7 +67,7 @@ static int QuantitativeInvisibilityF0D___init__(BPy_QuantitativeInvisibilityF0D
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*-----------------------BPy_QuantitativeInvisibilityF0D type definition ------------------------------*/
|
||||
/*-----------------------BPy_QuantitativeInvisibilityF0D type definition ------------------------*/
|
||||
|
||||
PyTypeObject QuantitativeInvisibilityF0D_Type = {
|
||||
PyVarObject_HEAD_INIT(NULL, 0) "QuantitativeInvisibilityF0D", /* tp_name */
|
||||
|
||||
@@ -34,7 +34,8 @@ extern PyTypeObject QuantitativeInvisibilityF0D_Type;
|
||||
#define BPy_QuantitativeInvisibilityF0D_Check(v) \
|
||||
(PyObject_IsInstance((PyObject *)v, (PyObject *)&QuantitativeInvisibilityF0D_Type))
|
||||
|
||||
/*---------------------------Python BPy_QuantitativeInvisibilityF0D structure definition----------*/
|
||||
/*---------------------------Python BPy_QuantitativeInvisibilityF0D structure
|
||||
* definition----------*/
|
||||
typedef struct {
|
||||
BPy_UnaryFunction0DUnsigned py_uf0D_unsigned;
|
||||
} BPy_QuantitativeInvisibilityF0D;
|
||||
|
||||
@@ -166,7 +166,7 @@ static PyGetSetDef BPy_UnaryFunction1DEdgeNature_getseters[] = {
|
||||
{NULL, NULL, NULL, NULL, NULL} /* Sentinel */
|
||||
};
|
||||
|
||||
/*-----------------------BPy_UnaryFunction1DEdgeNature type definition ------------------------------*/
|
||||
/*-----------------------BPy_UnaryFunction1DEdgeNature type definition --------------------------*/
|
||||
|
||||
PyTypeObject UnaryFunction1DEdgeNature_Type = {
|
||||
PyVarObject_HEAD_INIT(NULL, 0) "UnaryFunction1DEdgeNature", /* tp_name */
|
||||
|
||||
@@ -166,7 +166,7 @@ static PyGetSetDef BPy_UnaryFunction1DUnsigned_getseters[] = {
|
||||
{NULL, NULL, NULL, NULL, NULL} /* Sentinel */
|
||||
};
|
||||
|
||||
/*-----------------------BPy_UnaryFunction1DUnsigned type definition ------------------------------*/
|
||||
/*-----------------------BPy_UnaryFunction1DUnsigned type definition ----------------------------*/
|
||||
|
||||
PyTypeObject UnaryFunction1DUnsigned_Type = {
|
||||
PyVarObject_HEAD_INIT(NULL, 0) "UnaryFunction1DUnsigned", /* tp_name */
|
||||
|
||||
@@ -190,7 +190,7 @@ static PyGetSetDef BPy_UnaryFunction1DVectorViewShape_getseters[] = {
|
||||
{NULL, NULL, NULL, NULL, NULL} /* Sentinel */
|
||||
};
|
||||
|
||||
/*-----------------------BPy_UnaryFunction1DVectorViewShape type definition ------------------------------*/
|
||||
/*-----------------------BPy_UnaryFunction1DVectorViewShape type definition ---------------------*/
|
||||
|
||||
PyTypeObject UnaryFunction1DVectorViewShape_Type = {
|
||||
PyVarObject_HEAD_INIT(NULL, 0) "UnaryFunction1DVectorViewShape", /* tp_name */
|
||||
|
||||
@@ -37,13 +37,15 @@ extern PyTypeObject UnaryFunction1DVectorViewShape_Type;
|
||||
#define BPy_UnaryFunction1DVectorViewShape_Check(v) \
|
||||
(PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction1DVectorViewShape_Type))
|
||||
|
||||
/*---------------------------Python BPy_UnaryFunction1DVectorViewShape structure definition----------*/
|
||||
/*---------------------------Python BPy_UnaryFunction1DVectorViewShape structure
|
||||
* definition----------*/
|
||||
typedef struct {
|
||||
BPy_UnaryFunction1D py_uf1D;
|
||||
UnaryFunction1D<std::vector<ViewShape *>> *uf1D_vectorviewshape;
|
||||
} BPy_UnaryFunction1DVectorViewShape;
|
||||
|
||||
/*---------------------------Python BPy_UnaryFunction1DVectorViewShape visible prototypes-----------*/
|
||||
/*---------------------------Python BPy_UnaryFunction1DVectorViewShape visible
|
||||
* prototypes-----------*/
|
||||
int UnaryFunction1DVectorViewShape_Init(PyObject *module);
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -84,7 +84,7 @@ static int GetCompleteViewMapDensityF1D___init__(BPy_GetCompleteViewMapDensityF1
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*-----------------------BPy_GetCompleteViewMapDensityF1D type definition ------------------------------*/
|
||||
/*-----------------------BPy_GetCompleteViewMapDensityF1D type definition -----------------------*/
|
||||
|
||||
PyTypeObject GetCompleteViewMapDensityF1D_Type = {
|
||||
PyVarObject_HEAD_INIT(NULL, 0) "GetCompleteViewMapDensityF1D", /* tp_name */
|
||||
|
||||
@@ -34,7 +34,8 @@ extern PyTypeObject GetCompleteViewMapDensityF1D_Type;
|
||||
#define BPy_GetCompleteViewMapDensityF1D_Check(v) \
|
||||
(PyObject_IsInstance((PyObject *)v, (PyObject *)&GetCompleteViewMapDensityF1D_Type))
|
||||
|
||||
/*---------------------------Python BPy_GetCompleteViewMapDensityF1D structure definition----------*/
|
||||
/*---------------------------Python BPy_GetCompleteViewMapDensityF1D structure
|
||||
* definition----------*/
|
||||
typedef struct {
|
||||
BPy_UnaryFunction1DDouble py_uf1D_double;
|
||||
} BPy_GetCompleteViewMapDensityF1D;
|
||||
|
||||
@@ -91,7 +91,7 @@ static int GetDirectionalViewMapDensityF1D___init__(BPy_GetDirectionalViewMapDen
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*-----------------------BPy_GetDirectionalViewMapDensityF1D type definition ------------------------------*/
|
||||
/*-----------------------BPy_GetDirectionalViewMapDensityF1D type definition --------------------*/
|
||||
|
||||
PyTypeObject GetDirectionalViewMapDensityF1D_Type = {
|
||||
PyVarObject_HEAD_INIT(NULL, 0) "GetDirectionalViewMapDensityF1D", /* tp_name */
|
||||
|
||||
@@ -34,7 +34,8 @@ extern PyTypeObject GetDirectionalViewMapDensityF1D_Type;
|
||||
#define BPy_GetDirectionalViewMapDensityF1D_Check(v) \
|
||||
(PyObject_IsInstance((PyObject *)v, (PyObject *)&GetDirectionalViewMapDensityF1D_Type))
|
||||
|
||||
/*---------------------------Python BPy_GetDirectionalViewMapDensityF1D structure definition----------*/
|
||||
/*---------------------------Python BPy_GetDirectionalViewMapDensityF1D structure
|
||||
* definition----------*/
|
||||
typedef struct {
|
||||
BPy_UnaryFunction1DDouble py_uf1D_double;
|
||||
} BPy_GetDirectionalViewMapDensityF1D;
|
||||
|
||||
@@ -81,7 +81,7 @@ static int GetSteerableViewMapDensityF1D___init__(BPy_GetSteerableViewMapDensity
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*-----------------------BPy_GetSteerableViewMapDensityF1D type definition ------------------------------*/
|
||||
/*-----------------------BPy_GetSteerableViewMapDensityF1D type definition ----------------------*/
|
||||
|
||||
PyTypeObject GetSteerableViewMapDensityF1D_Type = {
|
||||
PyVarObject_HEAD_INIT(NULL, 0) "GetSteerableViewMapDensityF1D", /* tp_name */
|
||||
|
||||
@@ -33,7 +33,8 @@ extern PyTypeObject GetSteerableViewMapDensityF1D_Type;
|
||||
|
||||
#define BPy_GetSteerableViewMapDensityF1D_Check(v) \
|
||||
(PyObject_IsInstance((PyObject *)v, (PyObject *)&GetSteerableViewMapDensityF1D_Type))
|
||||
/*---------------------------Python BPy_GetSteerableViewMapDensityF1D structure definition----------*/
|
||||
/*---------------------------Python BPy_GetSteerableViewMapDensityF1D structure
|
||||
* definition----------*/
|
||||
typedef struct {
|
||||
BPy_UnaryFunction1DDouble py_uf1D_double;
|
||||
} BPy_GetSteerableViewMapDensityF1D;
|
||||
|
||||
@@ -81,7 +81,7 @@ static int GetViewMapGradientNormF1D___init__(BPy_GetViewMapGradientNormF1D *sel
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*-----------------------BPy_GetViewMapGradientNormF1D type definition ------------------------------*/
|
||||
/*-----------------------BPy_GetViewMapGradientNormF1D type definition --------------------------*/
|
||||
|
||||
PyTypeObject GetViewMapGradientNormF1D_Type = {
|
||||
PyVarObject_HEAD_INIT(NULL, 0) "GetViewMapGradientNormF1D", /* tp_name */
|
||||
|
||||
@@ -72,7 +72,7 @@ static int QuantitativeInvisibilityF1D___init__(BPy_QuantitativeInvisibilityF1D
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*-----------------------BPy_QuantitativeInvisibilityF1D type definition ------------------------------*/
|
||||
/*-----------------------BPy_QuantitativeInvisibilityF1D type definition ------------------------*/
|
||||
|
||||
PyTypeObject QuantitativeInvisibilityF1D_Type = {
|
||||
PyVarObject_HEAD_INIT(NULL, 0) "QuantitativeInvisibilityF1D", /* tp_name */
|
||||
|
||||
@@ -34,7 +34,8 @@ extern PyTypeObject QuantitativeInvisibilityF1D_Type;
|
||||
#define BPy_QuantitativeInvisibilityF1D_Check(v) \
|
||||
(PyObject_IsInstance((PyObject *)v, (PyObject *)&QuantitativeInvisibilityF1D_Type))
|
||||
|
||||
/*---------------------------Python BPy_QuantitativeInvisibilityF1D structure definition----------*/
|
||||
/*---------------------------Python BPy_QuantitativeInvisibilityF1D structure
|
||||
* definition----------*/
|
||||
typedef struct {
|
||||
BPy_UnaryFunction1DUnsigned py_uf1D_unsigned;
|
||||
} BPy_QuantitativeInvisibilityF1D;
|
||||
|
||||
@@ -59,7 +59,7 @@ static int IncrementChainingTimeStampF1D___init__(BPy_IncrementChainingTimeStamp
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*-----------------------BPy_IncrementChainingTimeStampF1D type definition ------------------------------*/
|
||||
/*-----------------------BPy_IncrementChainingTimeStampF1D type definition ----------------------*/
|
||||
|
||||
PyTypeObject IncrementChainingTimeStampF1D_Type = {
|
||||
PyVarObject_HEAD_INIT(NULL, 0) "IncrementChainingTimeStampF1D", /* tp_name */
|
||||
|
||||
@@ -34,7 +34,8 @@ extern PyTypeObject IncrementChainingTimeStampF1D_Type;
|
||||
#define BPy_IncrementChainingTimeStampF1D_Check(v) \
|
||||
(PyObject_IsInstance((PyObject *)v, (PyObject *)&IncrementChainingTimeStampF1D_Type))
|
||||
|
||||
/*---------------------------Python BPy_IncrementChainingTimeStampF1D structure definition----------*/
|
||||
/*---------------------------Python BPy_IncrementChainingTimeStampF1D structure
|
||||
* definition----------*/
|
||||
typedef struct {
|
||||
BPy_UnaryFunction1DVoid py_uf1D_void;
|
||||
} BPy_IncrementChainingTimeStampF1D;
|
||||
|
||||
@@ -62,7 +62,7 @@ static int EqualToChainingTimeStampUP1D___init__(BPy_EqualToChainingTimeStampUP1
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*-----------------------BPy_EqualToChainingTimeStampUP1D type definition ------------------------------*/
|
||||
/*-----------------------BPy_EqualToChainingTimeStampUP1D type definition -----------------------*/
|
||||
|
||||
PyTypeObject EqualToChainingTimeStampUP1D_Type = {
|
||||
PyVarObject_HEAD_INIT(NULL, 0) "EqualToChainingTimeStampUP1D", /* tp_name */
|
||||
|
||||
@@ -34,7 +34,8 @@ extern PyTypeObject EqualToChainingTimeStampUP1D_Type;
|
||||
#define BPy_EqualToChainingTimeStampUP1D_Check(v) \
|
||||
(PyObject_IsInstance((PyObject *)v, (PyObject *)&EqualToChainingTimeStampUP1D_Type))
|
||||
|
||||
/*---------------------------Python BPy_EqualToChainingTimeStampUP1D structure definition----------*/
|
||||
/*---------------------------Python BPy_EqualToChainingTimeStampUP1D structure
|
||||
* definition----------*/
|
||||
typedef struct {
|
||||
BPy_UnaryPredicate1D py_up1D;
|
||||
} BPy_EqualToChainingTimeStampUP1D;
|
||||
|
||||
@@ -66,7 +66,7 @@ static int QuantitativeInvisibilityUP1D___init__(BPy_QuantitativeInvisibilityUP1
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*-----------------------BPy_QuantitativeInvisibilityUP1D type definition ------------------------------*/
|
||||
/*-----------------------BPy_QuantitativeInvisibilityUP1D type definition -----------------------*/
|
||||
|
||||
PyTypeObject QuantitativeInvisibilityUP1D_Type = {
|
||||
PyVarObject_HEAD_INIT(NULL, 0) "QuantitativeInvisibilityUP1D", /* tp_name */
|
||||
|
||||
@@ -34,7 +34,8 @@ extern PyTypeObject QuantitativeInvisibilityUP1D_Type;
|
||||
#define BPy_QuantitativeInvisibilityUP1D_Check(v) \
|
||||
(PyObject_IsInstance((PyObject *)v, (PyObject *)&QuantitativeInvisibilityUP1D_Type))
|
||||
|
||||
/*---------------------------Python BPy_QuantitativeInvisibilityUP1D structure definition----------*/
|
||||
/*---------------------------Python BPy_QuantitativeInvisibilityUP1D structure
|
||||
* definition----------*/
|
||||
typedef struct {
|
||||
BPy_UnaryPredicate1D py_up1D;
|
||||
} BPy_QuantitativeInvisibilityUP1D;
|
||||
|
||||
Reference in New Issue
Block a user