34#include <NDEVR/AsciiOptions.h>
35#include <NDEVR/Model.h>
47 bool compression_supported[CompressionMode::e_compression_count] =
64 bool supports_point_size =
false;
65 bool supports_toggle_points =
false;
66 bool supports_toggle_lines =
false;
67 bool supports_toggle_mesh =
false;
68 bool supports_custom_orientation =
false;
69 bool supports_triangle_winding =
false;
70 bool supports_normal_generation =
false;
71 bool supports_owner_password =
false;
72 bool supports_flatten_hierarchy =
false;
73 bool supports_default_color =
false;
74 bool supports_line_thickness =
false;
75 bool supports_user_password =
false;
76 bool supports_uv_generation =
false;
77 bool supports_hierarchy =
false;
78 bool has_degenerates =
false;
79 bool supports_wireframe =
false;
Storage class for all IO options related to an Ascii file output used by an IOFactory services that w...
Definition AsciiOptions.h:43
Allows IOFactories to report what features they support to make the import/export dialogs easier to s...
Definition FactoryFeatures.h:44
AsciiOptions ascii_options
Definition FactoryFeatures.h:46