![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Functions | |
| void | RunViewer (int argc, const char *argv[]) |
| void | pybind_app (py::module &m) |
Variables | |
| static const std::string | usage = "usage: ./CloudViewer [meshfile|pointcloud]" |
| static const int | width = 1280 |
| static const int | height = 960 |
| void cloudViewer::visualization::app::pybind_app | ( | py::module & | m | ) |
Definition at line 17 of file viewer.cpp.
References cloudViewer::docstring::FunctionDocInject(), and RunViewer().
Referenced by cloudViewer::visualization::pybind_visualization().
| void cloudViewer::visualization::app::RunViewer | ( | int | argc, |
| const char * | argv[] | ||
| ) |
Runs CloudViewer Viewer. This function is called when the standalone viewer app is run or when the draw command is called from the command line interface.
| argc | (argument count) is the number of arguments in argv . |
| argv | (argument vector) is the array of arguments stored as character arrays. It contains the path of the calling program (which should be in the same directory as the gui resources folder) as the first argument. The optional second argument is the path of the geometry file to be visualized |
Definition at line 26 of file Viewer.cpp.
References cloudViewer::visualization::gui::Application::AddWindow(), cloudViewer::utility::Logger::GetInstance(), cloudViewer::visualization::gui::Application::GetInstance(), cloudViewer::utility::Logger::GetPrintFunction(), height, LogWarning, cloudViewer::t::geometry::path, cloudViewer::utility::Logger::ResetPrintFunction(), cloudViewer::utility::Logger::SetPrintFunction(), usage, and width.
Referenced by main(), and pybind_app().
|
static |
Definition at line 24 of file Viewer.cpp.
Referenced by RunViewer().
|
static |
Definition at line 22 of file Viewer.cpp.
Referenced by RunViewer().
|
static |
Definition at line 23 of file Viewer.cpp.
Referenced by RunViewer().