Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/freestyle/intern/python/Interface1D/BPy_Curve.cpp')
-rw-r--r--source/blender/freestyle/intern/python/Interface1D/BPy_Curve.cpp112
1 files changed, 112 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/python/Interface1D/BPy_Curve.cpp b/source/blender/freestyle/intern/python/Interface1D/BPy_Curve.cpp
new file mode 100644
index 00000000000..4fac75b3f0d
--- /dev/null
+++ b/source/blender/freestyle/intern/python/Interface1D/BPy_Curve.cpp
@@ -0,0 +1,112 @@
+ PyObject *_wrap_Curve_computeCurvatureAndOrientation(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Curve_push_vertex_back__SWIG_0(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Curve_push_vertex_back__SWIG_1(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Curve_push_vertex_back(PyObject *self, PyObject *args) {
+}
+
+
+ PyObject *_wrap_Curve_push_vertex_front__SWIG_0(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Curve_push_vertex_front__SWIG_1(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Curve_push_vertex_front(PyObject *self, PyObject *args) {
+}
+
+
+ PyObject *_wrap_Curve_empty(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Curve_getLength2D(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Curve_getId(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Curve_nSegments(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Curve_setId(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Curve_curvePointsBegin__SWIG_0(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Curve_curvePointsBegin__SWIG_1(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Curve_curvePointsBegin(PyObject *self, PyObject *args) {
+}
+
+
+ PyObject *_wrap_Curve_curvePointsEnd__SWIG_0(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Curve_curvePointsEnd__SWIG_1(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Curve_curvePointsEnd(PyObject *self, PyObject *args) {
+}
+
+
+ PyObject *_wrap_Curve_curveVerticesBegin(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Curve_curveVerticesEnd(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Curve_verticesBegin(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Curve_verticesEnd(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Curve_pointsBegin__SWIG_0(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Curve_pointsBegin__SWIG_1(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Curve_pointsBegin(PyObject *self, PyObject *args) {
+}
+
+
+ PyObject *_wrap_Curve_pointsEnd__SWIG_0(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Curve_pointsEnd__SWIG_1(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Curve_pointsEnd(PyObject *self, PyObject *args) {
+}
+
+