MVE - Multi-View Environment mve-devel
|
Options struct for saving PLY files. More...
#include <mesh_io_ply.h>
Public Attributes | |
bool | format_binary = true |
unsigned int | verts_per_simplex = 3 |
bool | write_face_colors = true |
bool | write_face_normals = false |
bool | write_vertex_colors = true |
bool | write_vertex_confidences = true |
bool | write_vertex_normals = false |
bool | write_vertex_values = true |
Options struct for saving PLY files.
Definition at line 50 of file mesh_io_ply.h.
bool mve::geom::SavePLYOptions::format_binary = true |
Definition at line 52 of file mesh_io_ply.h.
unsigned int mve::geom::SavePLYOptions::verts_per_simplex = 3 |
Definition at line 59 of file mesh_io_ply.h.
bool mve::geom::SavePLYOptions::write_face_colors = true |
Definition at line 57 of file mesh_io_ply.h.
bool mve::geom::SavePLYOptions::write_face_normals = false |
Definition at line 58 of file mesh_io_ply.h.
bool mve::geom::SavePLYOptions::write_vertex_colors = true |
Definition at line 53 of file mesh_io_ply.h.
bool mve::geom::SavePLYOptions::write_vertex_confidences = true |
Definition at line 55 of file mesh_io_ply.h.
bool mve::geom::SavePLYOptions::write_vertex_normals = false |
Definition at line 54 of file mesh_io_ply.h.
bool mve::geom::SavePLYOptions::write_vertex_values = true |
Definition at line 56 of file mesh_io_ply.h.