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

This file contains the constructors, destructors and other general functions intended to be used by the user. More...

#include <clipper/clipper.h>
#include <clipper/clipper-contrib.h>
#include <clipper/clipper-ccp4.h>
#include <clipper/clipper-mmdb.h>
#include <clipper/clipper-minimol.h>
#include <fftw3.h>
#include <wrap_fftw.h>
#include <makeweights.h>
#include <s2_primitive.h>
#include <s2_cospmls.h>
#include <s2_legendreTransforms.h>
#include <s2_semi_fly.h>
#include <rotate_so3_utils.h>
#include <utils_so3.h>
#include <soft_fftw.h>
#include <rotate_so3_fftw.h>
#include <cmaplib.h>
#include <rvapi_interface.h>
#include "ProSHADE.h"
#include "ProSHADE_internal.h"
#include "ProSHADE_files.h"
#include "ProSHADE_misc.h"
#include "ProSHADE_legendre.h"
#include "ProSHADE_rvapi.h"

Go to the source code of this file.

Detailed Description

This is the cpp file containig the constructors, destructors and general functions which are required by the user, but generally no executaion logic. To see the logic, explor the internal namespaces, but there really should not be any need for that, unless I made a mistake.

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

This is the cpp file containig the constructors, destructors and general functions which do not really fit to any other cpp file. This is where the execution logic is implemented, while all the other cpp files contain logic for specific purposes only.

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.cpp.