ProSHADE  0.6.5 (NOV 2018)
Protein Shape Descriptors and Symmetry Detection
ProSHADE.h File Reference

The main header file containing all declarations the user of the library needs. More...

#include <iostream>
#include <fstream>
#include <sstream>
#include <iterator>
#include <string>
#include <vector>
#include <array>
#include <numeric>
#include <functional>
#include <algorithm>
#include <ctime>
#include <chrono>
#include <memory>
#include <exception>
#include <getopt.h>
#include <limits>
#include <string.h>
#include <cmath>
#include <sys/stat.h>

Go to the source code of this file.

Classes

class  ProSHADE::ProSHADE_settings
 This class stores all the settings and is passed to the executive classes instead of multitude of parameters. More...
 
class  ProSHADE::ProSHADE
 

Namespaces

 ProSHADE
 This namespace contains all the external objects and their forward declarations.
 

Typedefs

typedef double fftw_complex[2]
 

Detailed Description

This is the header file containig declarations of all classes and functions the user needs to run and use the results of the ProSHADE library. This is the only file in the library that needs to be included in any software which intends to use the library.

This file is part of the ProSHADE library for calculating shape descriptors and symmetry operators of protein structures. This is a prototype code, which is by no means complete or fully tested. Its use is at your own risk only. There is no quarantee that the results are correct.

Author
Michal Tykac
Garib N. Murshudov
Version
0.6.5
Date
NOV 2018

Definition in file ProSHADE.h.