AmbientOcclusion
|
#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... | |
enum ColorMode |
enum RadiusEnum |