2#ifndef STORMM_ATOMGRAPH_INTAKE_H
3#define STORMM_ATOMGRAPH_INTAKE_H
8#include "Constants/behavior.h"
9#include "FileManagement/file_listing.h"
10#include "atomgraph_enumerators.h"
29AtomGraph loadTopology(
const std::string &file_name,
bool *files_found =
nullptr,
30 ExceptionResponse priority = ExceptionResponse::WARN,
31 TopologyKind engine_format = TopologyKind::AMBER);
33std::vector<AtomGraph> loadTopology(
const std::vector<std::string> &file_names,
34 bool *files_found =
nullptr,
35 ExceptionResponse priority = ExceptionResponse::WARN,
36 TopologyKind engine_format = TopologyKind::AMBER);
A struct to hold information relating to an Amber topology. This struct's member functions are limite...
Definition atomgraph.h:50