enum Format
  • Unspecified
  • OBJ
  • STL
  • VSL
  • BSP
  • IGES
  • RMS
  • Polyhedron
string_to_format(std::string s) -> Format
to_extension(Format rhs) -> const char *
to_type_info(Format rhs) -> const std::type_info &
filename_to_format(std::string filename) -> Format
type_info_to_format(const std::type_info & type) -> Format
operator<<(std::ostream & out, Format rhs) -> std::ostream &
to_string(Format rhs) -> const char *
supported_extensions() -> std::vector< std::string >
operator>>(std::istream & in, Format & rhs) -> std::istream &