#include <stdlib.h>
#include <algorithm>
#include <sstream>
#include <fstream>
#include <iostream>
#include "../../include/config.h"
#include "pdbstruct.h"
#include "fragmentDataBase.h"
Include dependency graph for pdb2qci.cpp:
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
void | usage () |
|
Definition at line 51 of file pdb2qci.cpp. References QCPP_DATABASE_PATH_, FragmentsDataBase::read(), PDBstructure::readPDBFile(), PDBstructure::setFragName(), usage(), and PDBstructure::writeQCIFile(). Here is the call graph for this function: ![]() |
|
Definition at line 33 of file pdb2qci.cpp. References QCPP_DATABASE_PATH_. |