Virtual Testbed
Ship dynamics simulator for extreme conditions
|
Import/convert/export 3-d objects. More...
Classes | |
class | Converter |
class | File_input_stream |
class | File_output_stream |
class | Options |
Enumerations | |
enum | Format { Unspecified, OBJ, STL, VSL, BSP, IGES, RMS, Polyhedron } |
Functions | |
template<class T > | |
T | import_asset (Options options) |
template<class To , class From > | |
To | convert (const From &from, Options options) |
template<class T > | |
T | convert (std::any from, Options options) |
template<class T > | |
void | export_asset (const T &asset, Options options) |
void | export_asset (std::any asset, Options options) |
template<class To , class From > | |
To | convert (std::any from, Options options) |
const char * | to_string (Format rhs) |
Format | string_to_format (std::string s) |
const char * | to_extension (Format rhs) |
Format | filename_to_format (std::string filename) |
std::ostream & | operator<< (std::ostream &out, Format rhs) |
std::istream & | operator>> (std::istream &in, Format &rhs) |
const std::type_info & | to_type_info (Format rhs) |
Format | type_info_to_format (const std::type_info &type) |
std::vector< std::string > | supported_extensions () |
std::string | make_output_file (const std::string &input_file, const std::string &output_directory, Format to, const Options &options) |
Import/convert/export 3-d objects.