PChainNavigator.cc File Reference

#include <stdio.h>
#include <stdlib.h>
#include "PChainNavigator.h"
#include "PExtension.h"
#include "PConstants.h"
#include "PTools.h"

Classes

struct  CenteringGetter

Defines

#define NO_OCCUPANCY_MAP   0
#define ONLY_OCCUPIED_CELLS   1
#define ALL_OCCUPANCY_MAP   2

Variables

pair< PAtom *, PAtom * > lastColl
const GLColor occupiedCell = GLColor(1, 0, 0, 0.75)
const GLColor unoccupiedCell = GLColor(0, 0, 1, 0.75)
const GLColor sphereColor = GLColor(1, 0, 0, 0.55)
const GLColor outerColor = GLColor(0.8, 0.1, 0, 0.45)
const GLColor innerColor = GLColor(0, 0.1, 0.8, 0.45)
const GLColor pathColor = GLColor(0, 0.5, 0.5, 0.75)
const GLColor nearestPathColor = GLColor(0, 0.5, 0.5, 0.85)
const int MAX_PATH_LENGTH = 10000
const int MAX_EXTEND_LENGTH = 5
const int MIN_MOVE_PATH_LENGTH = 6


Define Documentation

#define ALL_OCCUPANCY_MAP   2

#define NO_OCCUPANCY_MAP   0

#define ONLY_OCCUPIED_CELLS   1


Variable Documentation

const GLColor innerColor = GLColor(0, 0.1, 0.8, 0.45)

pair<PAtom *, PAtom *> lastColl

const int MAX_EXTEND_LENGTH = 5

const int MAX_PATH_LENGTH = 10000

const int MIN_MOVE_PATH_LENGTH = 6

const GLColor nearestPathColor = GLColor(0, 0.5, 0.5, 0.85)

const GLColor occupiedCell = GLColor(1, 0, 0, 0.75)

const GLColor outerColor = GLColor(0.8, 0.1, 0, 0.45)

const GLColor pathColor = GLColor(0, 0.5, 0.5, 0.75)

const GLColor sphereColor = GLColor(1, 0, 0, 0.55)

const GLColor unoccupiedCell = GLColor(0, 0, 1, 0.75)


Generated on Wed May 16 20:22:09 2007 for LoopTK: Protein Loop Kinematic Toolkit by  doxygen 1.5.1