Skip to content

Commit

Permalink
ign -> gz Provisional Finale: Source Migration : gz-math (#463)
Browse files Browse the repository at this point in the history
* Finale: CMake var followups, docs, and paths

Signed-off-by: methylDragon <[email protected]>

* Finale: Source hard-tocks

Signed-off-by: methylDragon <[email protected]>
  • Loading branch information
methylDragon authored Jul 15, 2022
1 parent 931d2e9 commit 2e198e7
Show file tree
Hide file tree
Showing 44 changed files with 75 additions and 75 deletions.
2 changes: 1 addition & 1 deletion include/gz/math/math.hh.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Automatically generated
#include <gz/math/config.hh>
${ign_headers}
${gz_headers}
2 changes: 1 addition & 1 deletion src/python_pybind11/src/Angle.hh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace math
{
namespace python
{
/// Define a pybind11 wrapper for an gz::math::Angle
/// Define a pybind11 wrapper for a gz::math::Angle
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
Expand Down
2 changes: 1 addition & 1 deletion src/python_pybind11/src/AxisAlignedBox.hh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace math
{
namespace python
{
/// Define a pybind11 wrapper for an gz::math::AxisAlignedBox
/// Define a pybind11 wrapper for a gz::math::AxisAlignedBox
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
Expand Down
2 changes: 1 addition & 1 deletion src/python_pybind11/src/Box.hh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ namespace math
{
namespace python
{
/// Define a pybind11 wrapper for an gz::math::Box
/// Define a pybind11 wrapper for a gz::math::Box
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
Expand Down
4 changes: 2 additions & 2 deletions src/python_pybind11/src/Capsule.hh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace math
{
namespace python
{
/// Define a pybind11 wrapper for an gz::math::Capsule
/// Define a pybind11 wrapper for a gz::math::Capsule
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
Expand Down Expand Up @@ -93,7 +93,7 @@ void helpDefineMathCapsule(py::module &m, const std::string &typestr)
}, "memo"_a);
}

/// Define a pybind11 wrapper for an gz::math::Line2
/// Define a pybind11 wrapper for a gz::math::Line2
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
Expand Down
2 changes: 1 addition & 1 deletion src/python_pybind11/src/Color.hh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace math
{
namespace python
{
/// Define a pybind11 wrapper for an gz::math::Color
/// Define a pybind11 wrapper for a gz::math::Color
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
Expand Down
2 changes: 1 addition & 1 deletion src/python_pybind11/src/Cylinder.hh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace math
{
namespace python
{
/// Define a pybind11 wrapper for an gz::math::Cylinder
/// Define a pybind11 wrapper for a gz::math::Cylinder
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
Expand Down
2 changes: 1 addition & 1 deletion src/python_pybind11/src/DiffDriveOdometry.hh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace math
{
namespace python
{
/// Define a py:: wrapper for an gz::math::DiffDriveOdometry
/// Define a py:: wrapper for a gz::math::DiffDriveOdometry
/**
* \param[in] module a py:: module to add the definition to
*/
Expand Down
4 changes: 2 additions & 2 deletions src/python_pybind11/src/Ellipsoid.hh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ namespace math
{
namespace python
{
/// Define a pybind11 wrapper for an gz::math::Ellipsoid
/// Define a pybind11 wrapper for a gz::math::Ellipsoid
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
Expand Down Expand Up @@ -89,7 +89,7 @@ void helpDefineMathEllipsoid(py::module &m, const std::string &typestr)
}, "memo"_a);
}

/// Define a pybind11 wrapper for an gz::math::Ellipsoid
/// Define a pybind11 wrapper for a gz::math::Ellipsoid
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
Expand Down
18 changes: 9 additions & 9 deletions src/python_pybind11/src/Filter.hh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public:
}
};

/// Help define a pybind11 wrapper for an gz::math::Filter
/// Help define a pybind11 wrapper for a gz::math::Filter
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
Expand All @@ -97,7 +97,7 @@ void helpDefineMathFilter(py::module &m, const std::string &typestr)
"Get the output of the filter.");
}

/// Define a pybind11 wrapper for an gz::math::Filter
/// Define a pybind11 wrapper for a gz::math::Filter
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
Expand All @@ -123,7 +123,7 @@ public:
}
};

/// Help define a pybind11 wrapper for an gz::math::OnePole
/// Help define a pybind11 wrapper for a gz::math::OnePole
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
Expand Down Expand Up @@ -153,21 +153,21 @@ void helpDefineMathOnePole(py::module &m, const std::string &typestr)
"Update the filter's output.");
}

/// Define a pybind11 wrapper for an gz::math::OnePole
/// Define a pybind11 wrapper for a gz::math::OnePole
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
*/
void defineMathOnePole(py::module &m, const std::string &typestr);

/// Define a pybind11 wrapper for an gz::math::OnePoleQuaterion
/// Define a pybind11 wrapper for a gz::math::OnePoleQuaterion
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
*/
void defineMathOnePoleQuaternion(py::module &m, const std::string &typestr);

/// Define a pybind11 wrapper for an gz::math::OnePoleVector3
/// Define a pybind11 wrapper for a gz::math::OnePoleVector3
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
Expand Down Expand Up @@ -213,7 +213,7 @@ public:
}
};

/// Help define a pybind11 wrapper for an gz::math::BiQuad
/// Help define a pybind11 wrapper for a gz::math::BiQuad
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
Expand Down Expand Up @@ -246,14 +246,14 @@ void helpDefineMathBiQuad(py::module &m, const std::string &typestr)
"Update the filter's output.");
}

/// Define a pybind11 wrapper for an gz::math::BiQuad
/// Define a pybind11 wrapper for a gz::math::BiQuad
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
*/
void defineMathBiQuad(py::module &m, const std::string &typestr);

/// Define a pybind11 wrapper for an gz::math::BiQuadVector3
/// Define a pybind11 wrapper for a gz::math::BiQuadVector3
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
Expand Down
2 changes: 1 addition & 1 deletion src/python_pybind11/src/Frustum.hh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace math
{
namespace python
{
/// Define a pybind11 wrapper for an gz::math::Frustum
/// Define a pybind11 wrapper for a gz::math::Frustum
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
Expand Down
2 changes: 1 addition & 1 deletion src/python_pybind11/src/GaussMarkovProcess.hh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace math
{
namespace python
{
/// Define a pybind11 wrapper for an gz::math::GaussMarkovProcess
/// Define a pybind11 wrapper for a gz::math::GaussMarkovProcess
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
Expand Down
2 changes: 1 addition & 1 deletion src/python_pybind11/src/Helpers.hh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace math
{
namespace python
{
/// Define a py::bind11 wrapper for an gz::math::Helpers
/// Define a py::bind11 wrapper for a gz::math::Helpers
/**
* \param[in] module a py::bind11 module to add the definition to
*/
Expand Down
2 changes: 1 addition & 1 deletion src/python_pybind11/src/Inertial.hh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace math
{
namespace python
{
/// Define a pybind11 wrapper for an gz::math::Inertial
/// Define a pybind11 wrapper for a gz::math::Inertial
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
Expand Down
4 changes: 2 additions & 2 deletions src/python_pybind11/src/Interval.hh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace math
{
namespace python
{
/// Help define a pybind11 wrapper for an gz::math::Interval
/// Help define a pybind11 wrapper for a gz::math::Interval
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
Expand Down Expand Up @@ -104,7 +104,7 @@ void helpDefineMathInterval(py::module &m, const std::string &typestr)
.def("__repr__", toString);
}

/// Define a pybind11 wrapper for an gz::math::Interval
/// Define a pybind11 wrapper for a gz::math::Interval
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
Expand Down
2 changes: 1 addition & 1 deletion src/python_pybind11/src/Kmeans.hh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace math
{
namespace python
{
/// Define a pybind11 wrapper for an gz::math::Kmeans
/// Define a pybind11 wrapper for a gz::math::Kmeans
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
Expand Down
4 changes: 2 additions & 2 deletions src/python_pybind11/src/Line2.hh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace math
{
namespace python
{
/// Help define a pybind11 wrapper for an gz::math::Line2
/// Help define a pybind11 wrapper for a gz::math::Line2
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
Expand Down Expand Up @@ -129,7 +129,7 @@ void helpDefineMathLine2(py::module &m, const std::string &typestr)
.def("__repr__", toString);
}

/// Define a pybind11 wrapper for an gz::math::Line2
/// Define a pybind11 wrapper for a gz::math::Line2
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
Expand Down
4 changes: 2 additions & 2 deletions src/python_pybind11/src/Line3.hh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ namespace math
{
namespace python
{
/// Help define a pybind11 wrapper for an gz::math::Line3
/// Help define a pybind11 wrapper for a gz::math::Line3
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
Expand Down Expand Up @@ -146,7 +146,7 @@ void helpDefineMathLine3(py::module &m, const std::string &typestr)
.def("__repr__", toString);
}

/// Define a pybind11 wrapper for an gz::math::Line3
/// Define a pybind11 wrapper for a gz::math::Line3
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
Expand Down
4 changes: 2 additions & 2 deletions src/python_pybind11/src/MassMatrix3.hh
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ namespace math
{
namespace python
{
/// Define a pybind11 wrapper for an gz::math::MassMatrix3
/// Define a pybind11 wrapper for a gz::math::MassMatrix3
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
*/
void defineMathMassMatrix3(py::module &m, const std::string &typestr);

/// Help define a pybind11 wrapper for an gz::math::MassMatrix3
/// Help define a pybind11 wrapper for a gz::math::MassMatrix3
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
Expand Down
2 changes: 1 addition & 1 deletion src/python_pybind11/src/Material.hh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace math
{
namespace python
{
/// Define a pybind11 wrapper for an gz::math::Material
/// Define a pybind11 wrapper for a gz::math::Material
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
Expand Down
4 changes: 2 additions & 2 deletions src/python_pybind11/src/Matrix3.hh
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ namespace math
{
namespace python
{
/// Define a pybind11 wrapper for an gz::math::Matrix3
/// Define a pybind11 wrapper for a gz::math::Matrix3
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
*/
void defineMathMatrix3(py::module &m, const std::string &typestr);

/// Help define a pybind11 wrapper for an gz::math::Matrix3
/// Help define a pybind11 wrapper for a gz::math::Matrix3
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
Expand Down
4 changes: 2 additions & 2 deletions src/python_pybind11/src/Matrix4.hh
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ namespace math
{
namespace python
{
/// Define a pybind11 wrapper for an gz::math::Matrix4
/// Define a pybind11 wrapper for a gz::math::Matrix4
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
*/
void defineMathMatrix4(py::module &m, const std::string &typestr);

/// Define a pybind11 wrapper for an gz::math::Matrix4
/// Define a pybind11 wrapper for a gz::math::Matrix4
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
Expand Down
4 changes: 2 additions & 2 deletions src/python_pybind11/src/MovingWindowFilter.hh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace math
{
namespace python
{
/// Help define a pybind11 wrapper for an gz::math::MovingWindowFilter
/// Help define a pybind11 wrapper for a gz::math::MovingWindowFilter
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
Expand All @@ -57,7 +57,7 @@ void helpDefineMathMovingWindowFilter(py::module &m, const std::string &typestr)
.def("value", &Class::Value, "Get filtered result");
}

/// Define a pybind11 wrapper for an gz::math::MovingWindowFilter
/// Define a pybind11 wrapper for a gz::math::MovingWindowFilter
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
Expand Down
2 changes: 1 addition & 1 deletion src/python_pybind11/src/OrientedBox.hh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace math
{
namespace python
{
/// Define a pybind11 wrapper for an gz::math::OrientedBox
/// Define a pybind11 wrapper for a gz::math::OrientedBox
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
Expand Down
2 changes: 1 addition & 1 deletion src/python_pybind11/src/PID.hh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace math
{
namespace python
{
/// Define a pybind11 wrapper for an gz::math::PID
/// Define a pybind11 wrapper for a gz::math::PID
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
Expand Down
2 changes: 1 addition & 1 deletion src/python_pybind11/src/Plane.hh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace math
{
namespace python
{
/// Define a pybind11 wrapper for an gz::math::Plane
/// Define a pybind11 wrapper for a gz::math::Plane
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
Expand Down
4 changes: 2 additions & 2 deletions src/python_pybind11/src/Pose3.hh
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ namespace math
{
namespace python
{
/// Define a pybind11 wrapper for an gz::math::Pose3
/// Define a pybind11 wrapper for a gz::math::Pose3
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
*/
void defineMathPose3(py::module &m, const std::string &typestr);

/// Help define a pybind11 wrapper for an gz::math::Pose3
/// Help define a pybind11 wrapper for a gz::math::Pose3
/**
* \param[in] module a pybind11 module to add the definition to
* \param[in] typestr name of the type used by Python
Expand Down
Loading

0 comments on commit 2e198e7

Please sign in to comment.