AmbientOcclusion
Params.h File Reference
#include <QColor>
#include <QString>
#include <string.h>
#include <iostream>
#include <stdlib.h>

Go to the source code of this file.

Classes

class  Params
 

Enumerations

enum  RadiusEnum { VANDERWAALS = 1, COVALENT = 2 }
 The RadiusEnum enum - enumeration specifies the two possible types of radii, which the application visualizes. More...
 
enum  ColorMode { PER_ATOM = 0, PER_CHAIN = 1, NO_COLOR = 2 }
 The ColorMode enum - enumeration specifies how the visualized molecule is to be colored, pers atom, per chain or without any color at all. More...
 

Enumeration Type Documentation

enum ColorMode

The ColorMode enum - enumeration specifies how the visualized molecule is to be colored, pers atom, per chain or without any color at all.

Enumerator
PER_ATOM 
PER_CHAIN 
NO_COLOR 
enum RadiusEnum

The RadiusEnum enum - enumeration specifies the two possible types of radii, which the application visualizes.

Enumerator
VANDERWAALS 
COVALENT