Skip to content

Commit

Permalink
Remove some more unusable methods
Browse files Browse the repository at this point in the history
SamFlt committed Jan 10, 2025
1 parent 76fbf0f commit c6e68b7
Showing 3 changed files with 42 additions and 0 deletions.
14 changes: 14 additions & 0 deletions modules/python/config/core.json
Original file line number Diff line number Diff line change
@@ -499,6 +499,11 @@
"signature": "vpBasisFunction* computeBasisFuns(double, unsigned int, unsigned int, const std::vector<double>&)",
"ignore": true
},
{
"static": true,
"signature": "vpBasisFunction** computeDersBasisFuns(double, unsigned int, unsigned int, unsigned int, const std::vector<double>&)",
"ignore": true
},
{
"static": false,
"signature": "vpBasisFunction* computeBasisFuns(double)",
@@ -1174,6 +1179,15 @@
}
]
},
"vpRequest": {
"methods": [
{
"static": false,
"signature": "void addParameterObject(T*, const int&)",
"ignore": true
}
]
},
"vpUDPClient": {
"methods": [
{
18 changes: 18 additions & 0 deletions modules/python/config/core_image.json
Original file line number Diff line number Diff line change
@@ -138,6 +138,24 @@
]
]
},
{
"static": true,
"signature": "void binarise(vpImage<Type>&, Type, Type, Type, Type, Type, bool)",
"specializations": [
[
"unsigned char"
],
[
"float"
],
[
"double"
],
[
"vpRGBa"
]
]
},
{
"static": true,
"signature": "void undistort(const vpImage<Type>&, const vpCameraParameters&, vpImage<Type>&, unsigned int)",
10 changes: 10 additions & 0 deletions modules/python/config/core_math.json
Original file line number Diff line number Diff line change
@@ -265,6 +265,11 @@
"signature": "vpColVector& operator=(vpColVector&&)",
"ignore": true
},
{
"static": false,
"signature": "vpColVector& operator<<(double*)",
"ignore": true
},
{
"static": false,
"signature": "std::ostream& cppPrint(std::ostream&, const std::string&, bool)",
@@ -479,6 +484,11 @@
"static": false,
"signature": "vpMatrix& operator=(vpMatrix&&)",
"ignore": true
},
{
"static": false,
"signature": "vpMatrix& operator<<(double*)",
"ignore": true
}
]
},

0 comments on commit c6e68b7

Please sign in to comment.