22#ifndef OST_IO_SDF_WRITER_HH
23#define OST_IO_SDF_WRITER_HH
29#include <boost/filesystem/fstream.hpp>
30#include <boost/filesystem.hpp>
31#include <boost/algorithm/string.hpp>
32#include <boost/lexical_cast.hpp>
33#include <boost/format.hpp>
39namespace ost {
namespace io {
53 std::ofstream outfile_;
56 std::map<long,int> atom_indices_;
SDFWriter(const String &filename)
void Write(const mol::EntityHandle &ent)
SDFWriter(const boost::filesystem::path &filename)
SDFWriter(std::ostream &ostream)
void Write(const mol::EntityView &ent)