![]() |
Tesseract 0.28.4
|
Writing ply files. More...
#include <vector>#include <tesseract/common/eigen_types.h>Namespaces | |
| namespace | tesseract::common |
| Namespace owning boost's hash_is_avalanching, and defined iff boost has the trait at all. | |
Functions | |
| bool | tesseract::common::writeSimplePlyFile (const std::string &path, const tesseract::common::VectorVector3d &vertices, const std::vector< Eigen::Vector3i > &vectices_color, const Eigen::VectorXi &faces, int num_faces) |
| Write a simple ply file given vertices and faces. | |
| bool | tesseract::common::writeSimplePlyFile (const std::string &path, const tesseract::common::VectorVector3d &vertices, const Eigen::VectorXi &faces, int num_faces) |
| Write a simple ply file given vertices and faces. | |
| int | tesseract::common::loadSimplePlyFile (const std::string &path, tesseract::common::VectorVector3d &vertices, Eigen::VectorXi &faces, bool triangles_only=false) |
| Loads a simple ply file given a path. | |
Writing ply files.