ElfPSP_ParallelABC
Protein Structure Prediction using Parallel Artificial Bee Colony Optimization
Classes | Macros | Typedefs | Functions
fitness_private.h File Reference

Private header file solely for usage by fitness files. More...

#include <hpchain.h>
#include <int3d.h>

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)
 

Detailed Description

Private header file solely for usage by fitness files.

Typedef Documentation

◆ FitnessCalc

typedef struct FitnessCalc_ FitnessCalc

Structure that holds resources to be reused throughout calls to functions.