ElfPSP_ParallelABC
Protein Structure Prediction using Parallel Artificial Bee Colony Optimization
|
Private header file solely for usage by fitness files. More...
Go to the source code of this file.
Classes | |
struct | FitnessCalc_ |
Structure that holds resources to be reused throughout calls to functions. More... | |
struct | DPoint |
Holds a triple of double values. More... | |
struct | DPair |
Holds a pair of double values. More... | |
struct | IPair |
Holds a pair of integer values. More... | |
struct | ITriple |
Holds a triple of integer values. More... | |
struct | BeadMeasures |
Used to return many measures to the caller. More... | |
Macros | |
#define | MAX_MEMORY ((long int) 4*1E9) |
Typedefs | |
typedef struct FitnessCalc_ | FitnessCalc |
Structure that holds resources to be reused throughout calls to functions. More... | |
Functions | |
FitnessCalc | FitnessCalc_get () |
BeadMeasures | proteinMeasures (const int3d *BBbeads, const int3d *SCbeads, const HPElem *hpChain, int hpSize) |
Private header file solely for usage by fitness files.
typedef struct FitnessCalc_ FitnessCalc |
Structure that holds resources to be reused throughout calls to functions.