Mod: redundant void 2

This commit is contained in:
berniev
2022-08-07 20:05:16 +10:00
committed by wwmayer
parent bfef3ed33a
commit f4ffd15864
805 changed files with 3787 additions and 3787 deletions

View File

@@ -85,7 +85,7 @@ const Py::Object makeGeometryCurvePy(const Handle(Geom_Curve)& c)
using namespace Part;
// returns a string which represents the object e.g. when printed in python
std::string GeometrySurfacePy::representation(void) const
std::string GeometrySurfacePy::representation() const
{
return "<Surface object>";
}
@@ -687,7 +687,7 @@ PyObject* GeometrySurfacePy::VPeriod(PyObject * args)
}
}
Py::String GeometrySurfacePy::getContinuity(void) const
Py::String GeometrySurfacePy::getContinuity() const
{
GeomAbs_Shape c = Handle(Geom_Surface)::DownCast
(getGeometryPtr()->handle())->Continuity();
@@ -876,7 +876,7 @@ PyObject* GeometrySurfacePy::intersect(PyObject *args)
return nullptr;
}
Py::Object GeometrySurfacePy::getRotation(void) const
Py::Object GeometrySurfacePy::getRotation() const
{
Handle(Geom_ElementarySurface) s = Handle(Geom_ElementarySurface)::DownCast
(getGeometryPtr()->handle());