MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Public Attributes | List of all members
mve::geom::SavePLYOptions Struct Reference

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
 

Detailed Description

Options struct for saving PLY files.

Definition at line 50 of file mesh_io_ply.h.

Member Data Documentation

◆ format_binary

bool mve::geom::SavePLYOptions::format_binary = true

Definition at line 52 of file mesh_io_ply.h.

◆ verts_per_simplex

unsigned int mve::geom::SavePLYOptions::verts_per_simplex = 3

Definition at line 59 of file mesh_io_ply.h.

◆ write_face_colors

bool mve::geom::SavePLYOptions::write_face_colors = true

Definition at line 57 of file mesh_io_ply.h.

◆ write_face_normals

bool mve::geom::SavePLYOptions::write_face_normals = false

Definition at line 58 of file mesh_io_ply.h.

◆ write_vertex_colors

bool mve::geom::SavePLYOptions::write_vertex_colors = true

Definition at line 53 of file mesh_io_ply.h.

◆ write_vertex_confidences

bool mve::geom::SavePLYOptions::write_vertex_confidences = true

Definition at line 55 of file mesh_io_ply.h.

◆ write_vertex_normals

bool mve::geom::SavePLYOptions::write_vertex_normals = false

Definition at line 54 of file mesh_io_ply.h.

◆ write_vertex_values

bool mve::geom::SavePLYOptions::write_vertex_values = true

Definition at line 56 of file mesh_io_ply.h.


The documentation for this struct was generated from the following file: