src/cpsp/PDBsupport.hh File Reference
#include <iostream>
#include <vector>
#include <string>
#include <iomanip>
#include <time.h>
#include <biu/LatticeModel.hh>
Include dependency graph for PDBsupport.hh:
Go to the source code of this file.
Namespaces | |
namespace | cpsp |
Functions | |
std::string | cpsp::getTimeString () |
void | cpsp::writePDB (const std::string &sourceInfo, const std::vector< std::string > &seq, const biu::DPointVec &points, const biu::LatticeModel &lattice, std::ostream &out, bool hasSideChain, const biu::LatticeModel &sclattice) |
void | cpsp::writePDBconect (const std::vector< std::string > &seq, const biu::DPointVec &points, char chainID, bool hasSideChain, std::ostream &out, size_t firstID) |
void | cpsp::writePDBhetatm (const std::vector< std::string > &seq, const biu::DPointVec &points, char chainID, bool hasSideChain, std::ostream &out, size_t firstID) |
void | cpsp::writePDBseq (const std::vector< std::string > &seq, char chainID, std::ostream &out) |