|
|
VinaLC: Parallel Molecular Docking Program |
Biochemical and Biophysical Systems Group |
#include <iostream>#include <fstream>#include <string>#include <sstream>#include <exception>#include <stack>#include <vector>#include <cmath>#include <boost/program_options.hpp>#include <boost/filesystem/fstream.hpp>#include <boost/filesystem/exception.hpp>#include <boost/filesystem/convenience.hpp>#include <boost/thread/thread.hpp>#include "parse_pdbqt.h"#include "parallel_mc.h"#include "file.h"#include "cache.h"#include "non_cache.h"#include "naive_non_cache.h"#include "parse_error.h"#include "everything.h"#include "weighted_terms.h"#include "current_weights.h"#include "quasi_newton.h"#include "gzstream.h"#include "coords.h"#include "tokenize.h"#include "mainProcedure.h"
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
References options_occurrence::all, auto_seed(), check_occurrence(), default_output(), doing(), done(), parse_error::file, internal_error::file, get_occurrence(), file_error::in, parse_error::line, internal_error::line, main_procedure(), make_path(), file_error::name, parse_bundle(), parse_error::reason, and VINA_FOR_IN.
