#include "extr_ct.h"
Go to the source code of this file.
Data Structures | |
struct | tagQieue |
Macros | |
#define | QUEUE_QINT 1 |
#define | QINT_TYPE qInt |
Typedefs | |
typedef AT_RANK | qInt |
typedef struct tagQieue | QUEUE |
Functions | |
QUEUE * | QueueCreate (int nTotLength, int nSize) |
QUEUE * | QueueDelete (QUEUE *q) |
int | is_bond_in_Nmax_memb_ring (inp_ATOM *atom, int at_no, int neigh_ord, QUEUE *q, AT_RANK *nAtomLevel, S_CHAR *cSource, AT_RANK nMaxRingSize) |
int | is_atom_in_3memb_ring (inp_ATOM *atom, int at_no) |
#define QINT_TYPE qInt |
#define QUEUE_QINT 1 |
int is_atom_in_3memb_ring | ( | inp_ATOM * | atom, |
int | at_no | ||
) |
int is_bond_in_Nmax_memb_ring | ( | inp_ATOM * | atom, |
int | at_no, | ||
int | neigh_ord, | ||
QUEUE * | q, | ||
AT_RANK * | nAtomLevel, | ||
S_CHAR * | cSource, | ||
AT_RANK | nMaxRingSize | ||
) |
QUEUE * QueueCreate | ( | int | nTotLength, |
int | nSize | ||
) |