![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include "pybind/cloudViewer_pybind.h"

Go to the source code of this file.
Namespaces | |
| cloudViewer | |
| Generic file read and write utility for python interface. | |
| cloudViewer::geometry | |
| cloudViewer::visualization | |
| cloudViewer::visualization::rendering | |
| cloudViewer::visualization::gui | |
Functions | |
| void | cloudViewer::visualization::gui::InitializeForPython (std::string resource_path, bool headless) |
| std::shared_ptr< geometry::Image > | cloudViewer::visualization::gui::RenderToImageWithoutWindow (rendering::CloudViewerScene *scene, int width, int height) |
| std::shared_ptr< geometry::Image > | cloudViewer::visualization::gui::RenderToDepthImageWithoutWindow (rendering::CloudViewerScene *scene, int width, int height, bool z_in_view_space) |
| void | cloudViewer::visualization::gui::pybind_gui (py::module &m) |
| void | cloudViewer::visualization::gui::pybind_gui_events (py::module &m) |
| void | cloudViewer::visualization::gui::pybind_gui_classes (py::module &m_gui) |