Searched defs:WCoordinateSystem (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/viz/include/opencv2/viz/
H A Dwidgets.hpp504 class CV_EXPORTS WCoordinateSystem : public Widget3D class in namespace:cv::viz
507 /** @brief Constructs a WCoordinateSystem.
511 WCoordinateSystem(double scale = 1.0);
818 template<> CV_EXPORTS WCoordinateSystem Widget::cast<WCoordinateSystem>();
/external/opencv3/modules/viz/src/
H A Dshapes.cpp350 cv::viz::WCoordinateSystem::WCoordinateSystem(double scale) function in class:cv::viz::WCoordinateSystem
385 template<> cv::viz::WCoordinateSystem cv::viz::Widget::cast<cv::viz::WCoordinateSystem>()
388 return static_cast<WCoordinateSystem&>(widget);
793 VtkUtils::SetInputData(mapper, getPolyData(WCoordinateSystem(scale)));
931 vtkSmartPointer<vtkPolyData> glyph = getPolyData(WCoordinateSystem(scale));

Completed in 125 milliseconds