Molecular Dynamics Simulation  1.0
Functions
InputFormats.h File Reference
#include <set>
#include <string>
Include dependency graph for InputFormats.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

const std::set< std::string > get_supported_input_file_extensions ()
 Returns a list of supported input file extensions. More...
 

Function Documentation

◆ get_supported_input_file_extensions()

const std::set<std::string> get_supported_input_file_extensions ( )

Returns a list of supported input file extensions.

Returns
std::vector<std::string> List of supported input file extensions

Returns a list of supported input file extensions. Supported file formats are: For more information about the output file formats, see Input File Formats

Definition at line 3 of file InputFormats.cpp.

3 { return {".xml"}; }