23#ifndef VCL_LOAD_SAVE_SETTINGS_H
24#define VCL_LOAD_SAVE_SETTINGS_H
26#include <vclib/space/complex/mesh_info.h>
A simple class that allows to store which elements and their components have been imported/loaded or ...
Definition mesh_info.h:76
The LoadSettings structure contains the settings that can be used to load a mesh from a stream/file.
Definition settings.h:35
bool enableOptionalComponents
If true, some eventual optional components of the mesh that were not enabled and that can be loaded f...
Definition settings.h:43
bool loadTextureImages
If true, and if the Mesh has the TextureImages component, the loading function will try to load the t...
Definition settings.h:54
The SaveSettings structure contains the settings that can be used to save a mesh to a stream/file.
Definition settings.h:62
bool binary
If true, the mesh will be saved in binary format. Otherwise, it will be saved in ASCII format.
Definition settings.h:70
MeshInfo info
Data structure that tells the saving functions which components of the mesh should be saved....
Definition settings.h:105
bool saveTextureImages
If true, and if the Mesh has the TextureImages component, the saving function will save the texture i...
Definition settings.h:88
bool magicsMode
Applied only to STL binary files. Magics mode is a specific file format used by the Magics software,...
Definition settings.h:96