This takes an input file and generates a convex hull ply file. More...
#include <tesseract_common/macros.h>#include <console_bridge/console.h>#include <boost/program_options.hpp>#include <iostream>#include <fstream>#include <tesseract_collision/core/common.h>#include <tesseract_collision/bullet/convex_hull_utils.h>
Go to the source code of this file.
Namespaces | |
| TESSERACT_COMMON_IGNORE_WARNINGS_POP | |
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| const size_t | TESSERACT_COMMON_IGNORE_WARNINGS_POP::ERROR_IN_COMMAND_LINE = 1 |
| const size_t | TESSERACT_COMMON_IGNORE_WARNINGS_POP::ERROR_UNHANDLED_EXCEPTION = 2 |
| const size_t | TESSERACT_COMMON_IGNORE_WARNINGS_POP::SUCCESS = 0 |
This takes an input file and generates a convex hull ply file.
Definition in file create_convex_hull.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
–help option
Definition at line 45 of file create_convex_hull.cpp.