#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <math.h>
#include <ctype.h>
#include "DrawMolItem.h"
#include "DrawMolecule.h"
#include "DispCmds.h"
#include "Inform.h"
#include "Scene.h"
#include "TextEvent.h"
#include "BondSearch.h"
#include "DisplayDevice.h"
#include "WKFUtils.h"
Go to the source code of this file.
Defines | |
#define | RIBBON_ERR_NOTENOUGH 1 |
#define | RIBBON_ERR_PROTEIN_MESS 2 |
#define | RIBBON_ERR_MISSING_PHOSPHATE 4 |
#define | RIBBON_ERR_MISSING_O1P_O2P 8 |
#define | RIBBON_ERR_BADNUCLEIC 16 |
#define | RIBBON_ERR_BADPYRIMIDINE 32 |
#define | RIBBON_ERR_BADPURINE 64 |
|
Definition at line 46 of file DrawMolItemRibbons.C. |
|
Definition at line 48 of file DrawMolItemRibbons.C. |
|
Definition at line 47 of file DrawMolItemRibbons.C. |
|
Definition at line 45 of file DrawMolItemRibbons.C. |
|
Definition at line 44 of file DrawMolItemRibbons.C. |
|
Definition at line 42 of file DrawMolItemRibbons.C. |
|
Definition at line 43 of file DrawMolItemRibbons.C. |