Home | History | Annotate | Download | only in viz

Lines Matching refs:WCylinder

353         class CV_EXPORTS WCylinder : public Widget3D
356 /** @brief Constructs a WCylinder.
364 WCylinder(const Point3d& axis_point1, const Point3d& axis_point2, double radius, int numsides = 30, const Color &color = Color::white());
813 template<> CV_EXPORTS WCylinder Widget::cast<WCylinder>();