Polygon Mesh Processing Library
Loading...
Searching...
No Matches
IOFlags Struct Reference

Flags to control reading and writing. More...

#include <pmp/io/io_flags.h>

Public Attributes

bool use_binary = false
 Read / write binary format.
 
bool use_vertex_normals = false
 Read / write vertex normals.
 
bool use_vertex_colors = false
 Read / write vertex colors.
 
bool use_vertex_texcoords = false
 Read / write vertex texcoords.
 
bool use_face_normals = false
 Read / write face normals.
 
bool use_face_colors = false
 Read / write face colors.
 
bool use_halfedge_texcoords = false
 Read / write halfedge texcoords.
 

Detailed Description

Flags to control reading and writing.